openai/openai-java
Publicmirrored from https://github.com/openai/openai-javaAvailable
openai-java-proguard-test/test.pro
9lines · modeblame
90820556stainless-app[bot]1 years ago | 1 | # Specify the entrypoint where ProGuard starts to determine what's reachable. |
| 2 | -keep class com.openai.proguard.** { *; } | |
| 3 | | |
| 4 | # For the testing framework. | |
984e85d1stainless-app[bot]1 years ago | 5 | -keep class org.junit.** { *; } |
| 6 | | |
| 7 | # Many warnings don't apply for our testing purposes. | |
5fecb397stainless-app[bot]11 months ago | 8 | -dontnote |
984e85d1stainless-app[bot]1 years ago | 9 | -dontwarn |