yWorks / yGuard

The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts

Home Page:https://yworks.github.io/yGuard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Spring Boot with Gradle example

soprabaixar2 opened this issue · comments

I tried to adapt it with the examples you have here, but spring boot by default when running the build of Gradle it generates 2 jar (app.jar and app-plain.jar).

The app.jar works but the app-plain.jar does not work and yGuard generates the obfuscated file based on the app-plain.jar. I tried to force it to generate an obfuscated as the base of the app.jar but it gives an error.

Could you just show a simple example using Spring Boot with Gradle?

Please see the processing example and the Yguard Obfuscation in a Spring Boot Project topic for further information on obfuscation Spring Boot applications.