Skip to content

Building

Qichao Chu edited this page Apr 9, 2026 · 1 revision

Building

# Build JAR
./gradlew build

# Run unit tests
./gradlew test

# Run integration tests (requires Docker)
./gradlew integrationTest

# Build Docker image
docker build -f docker/Dockerfile -t ugroup:latest .

Clone this wiki locally