# Specify the entrypoint where ProGuard starts to determine what's reachable.
-keep class com.openai.proguard.** { *; }
# For the testing framework.
-keep class org.junit.** { *; }
# Many warnings don't apply for our testing purposes.
-dontnote
-dontwarnopenai/openai-java
Publicmirrored from https://github.com/openai/openai-javaAvailable
openai-java-proguard-test/test.pro
9lines · modepreview