Files
langsmith-java/langsmith-java-proguard-test/test.pro
T
Kiewan Villatel ad6daecac9 Revert "Build SDK"
This reverts commit 6b25ea38a8.
2026-06-03 21:20:47 +02: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