Posts by Matheus Assunção • 1 point
1 post
-
0
votes0
answers67
viewsQ: Using Proguard with Maven in libs in java swing
I obfuscated my jar using the proguard-Maven-plugin plugin, pom.xml and the configuration are these: <build> <plugins> <plugin> <groupId>com.github.wvengen</groupId>…