update dependencies, remap LVTs when mapping JAR

This commit is contained in:
asie
2018-12-20 12:32:02 +01:00
parent 4731589579
commit 1445b8240a
2 changed files with 3 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ public class MapJarsTiny {
TinyRemapper remapper = TinyRemapper.newRemapper()
.withMappings(TinyUtils.createTinyMappingProvider(mappings, fromM, toM))
.renameInvalidLocals(true)
.rebuildSourceFilenames(true)
.build();