enable rebuildSourceFilenames

This commit is contained in:
asie 2018-12-02 02:20:18 +01:00
parent 3766182f93
commit f9d0c39601

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