Files
langsmith-java/langsmith-java-proguard-test/test.pro
T
2025-11-05 23:59:23 +00:00

9 lines
265 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