I want to obfuscate a library of jars. When all the jars are Java 7/8 compiiled, it works fine.
But when I am trying to obfuscate the library which has some jars which have been compiled with openJdk8, parising error occurs.
Parsing error occurs as soon as it encounters openJdk compiled jar as per the sequence given in the build.xml and guard exists.
Can you please suggest, what could be the reason and the corresponding workaround?
Thanks!