I am working to solve spring boot jar obfuscation with yguard with gradle scripting. But not bale to succeded till now after long hours.
Can someone point me with any good documentation or examples
obfuscation works with plain jar , but after adding spring boot jar lot of issues. I am not obfuscating org(spring boot loader classes inside boot jar) folder. I am getting error ...
Caused by: java.lang.IllegalStateException: Unable to open nested entry 'BOOT-INF/lib/HikariCP-3.4.2.jar'. It has been compressed and nested jar files must be stored without compression. Please check the mechanism used to create your executable jar file