I have an already obfuscated jar file and a .map file that I want to use for applymapping
for additional method renaming - however, any classes not mentioned in the .map file I want to leave untouched.
I have tried to use the -dontobfuscate
option but then the map file is not applied.
Any ideas how I can go about this?