To run the program:
- Place
seed.txt
intobuild/libs
folder. - In root directory, run
bash run-jar.sh
.
- This will build the jar file and run the program as a jar executable.
- To buld the jar only, run
./gradlew shadowJar
. You can then access the jar file inbuild/lib
folder.