Open thzero opened 7 years ago
Lack of ProGuard guidance in readme.
This should be enough:
-dontwarn org.apache.logging.log4j.** -keep class org.apache.logging.log4j.simple.** -keep class ai.api.model.** { *; }
Lack of ProGuard guidance in readme.