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