Files
langsmith-java/langsmith-java-proguard-test/test.pro
2025-11-10 15:41:18 -05:00

10 lines
266 B
Prolog

# Specify the entrypoint where ProGuard starts to determine what's reachable.
-keep class com.langchain.smith.proguard.** { *; }
# For the testing framework.
-keep class org.junit.** { *; }
# Many warnings don't apply for our testing purposes.
-dontnote
-dontwarn