@@ -82,13 +82,15 @@ To specify a different data directory and enable the debug output:
./gradlew run --args="--debug --data-dir=/tmp/briar-tmp"
In case you want to build a self-contained Debian package, note that you need at least JDK 15 and that you might need to install `binutils` and `fakeroot` before running the respective task:
In case you want to build a self-contained Debian package, note that you need at least JDK 17 and that you might need to install `binutils` and `fakeroot` before running the respective task:
./gradlew packageDeb
If you want to use the JDKs downloaded by Intellij IDEA, you can for example specify the path like this: