We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Compiling Sone is quite simple.
./gradlew clean fatJar
This will build a sone-jar-with-dependencies.jar in the build/libs directory. Feed this file to your Freenet node and you’re done.
sone-jar-with-dependencies.jar
build/libs
If you like to work on Sone, use the test target to quickly compile and test your changes:
test
./gradlew clean test