archetype-resources.proguard.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pronghorn-ranch Show documentation
Show all versions of pronghorn-ranch Show documentation
A Maven Archetype for Pronghorn projects
-keepclasseswithmembers public class * {
public static void main(java.lang.String[]);
}
-keepclassmembers class * extends java.lang.Enum {
public static **[] values();
public static ** valueOf(java.lang.String);
}
-keep class jnr.ffi.** { *; }
-keep class com.kenai.jffi.** { *; }
-dontobfuscate
-ignorewarnings
-dontnote
-dontwarn
-optimizations code/allocation/
© 2015 - 2025 Weber Informatics LLC | Privacy Policy