bsk2/README.md
2025-10-03 17:37:59 +02:00

235 B

Building

Build a native binary for the current architecture using GraalVM:

./gradlew nativeCompile
ls -l build/native/nativeCompile/bsk2

Build an uber JAR:

./gradlew build
ls -l build/libs/bsk2-*-all.jar