Switched build system to gradle

This commit is contained in:
Pazaz 2022-04-20 19:26:30 -04:00
parent bb2af2204c
commit 28c203b6c8
12 changed files with 384 additions and 205 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
mvn package
java -jar ./client/target/runescape-1.0.jar 1 live english game0
./gradlew build
java -jar ./build/libs/RT4-Client-1.0.0.jar 1 live english game0