openai/openai-java

Public

mirrored from https://github.com/openai/openai-javaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v4.39.1

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

openai-java-proguard-test/test.pro

9lines · modecode

1# Specify the entrypoint where ProGuard starts to determine what's reachable.
2-keep class com.openai.proguard.** { *; }
3
4# For the testing framework.
5-keep class org.junit.** { *; }
6
7# Many warnings don't apply for our testing purposes.
8-dontnote
9-dontwarn