enable rebuildSourceFilenames
parent
3766182f93
commit
f9d0c39601
|
@ -63,6 +63,7 @@ public class MapJarsTiny {
|
|||
|
||||
TinyRemapper remapper = TinyRemapper.newRemapper()
|
||||
.withMappings(TinyUtils.createTinyMappingProvider(mappings, fromM, toM))
|
||||
.rebuildSourceFilenames(true)
|
||||
.build();
|
||||
|
||||
try (OutputConsumerPath outputConsumer = new OutputConsumerPath(output)) {
|
||||
|
|
Loading…
Reference in New Issue