mirror of
https://github.com/langchain-ai/langsmith-java.git
synced 2026-08-24 12:22:55 -04:00
10 lines
266 B
Prolog
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
|