enable rebuildSourceFilenames

dev/0.11
asie 2018-12-02 02:20:18 +01:00
parent 3766182f93
commit f9d0c39601
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {