Skip to content

Files

Latest commit

 

History

History

java-engine

Java Bindings to Yggdrasil

Build

We use gradle here:

./gradlew build

Running the tests

You'll need to set the path to the Yggdrasil native library like so:

export YGGDRASIL_LIB_PATH=/home/{YOUR_NAME_HERE}/dev/yggdrasil/target/release

Then tests can be run with:

./gradlew test