enable rebuildSourceFilenames
This commit is contained in:
		
							parent
							
								
									3766182f93
								
							
						
					
					
						commit
						f9d0c39601
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -63,6 +63,7 @@ public class MapJarsTiny { | ||||||
| 
 | 
 | ||||||
| 			TinyRemapper remapper = TinyRemapper.newRemapper() | 			TinyRemapper remapper = TinyRemapper.newRemapper() | ||||||
| 					.withMappings(TinyUtils.createTinyMappingProvider(mappings, fromM, toM)) | 					.withMappings(TinyUtils.createTinyMappingProvider(mappings, fromM, toM)) | ||||||
|  | 					.rebuildSourceFilenames(true) | ||||||
| 					.build(); | 					.build(); | ||||||
| 
 | 
 | ||||||
| 			try (OutputConsumerPath outputConsumer = new OutputConsumerPath(output)) { | 			try (OutputConsumerPath outputConsumer = new OutputConsumerPath(output)) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue