Files
langsmith-java/scripts/build
T
stainless-app[bot] aaf7737713 initial commit
2025-10-30 20:23:03 +00:00

9 lines
118 B
Python
Executable File

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
echo "==> Building classes"
./gradlew build testClasses -x test