To run the program:
- Place
seed.txtintobuild/libsfolder. - 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/libfolder.