mirror of
https://github.com/langchain-ai/langsmith-java.git
synced 2026-08-24 22:01:31 -04:00
ad6daecac9
This reverts commit 6b25ea38a8.
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
|