Clone the repository:
git clone https://github.com/ixn075/Smash.git
To update the source code to the latest commit, run the following command inside the cloned Smash
directory:
git pull
To build/compile the project, run the following command inside the cloned Smash
directory:
./gradlew build
The final jar will be placed in build/libs
.