mirror of
https://github.com/langchain-ai/langsmith-java.git
synced 2026-08-24 12:22:55 -04:00
9 lines
123 B
Python
Executable File
9 lines
123 B
Python
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
echo "==> Building classes"
|
|
./gradlew build testClasses "$@" -x test
|