updated run script to run gradle instead of ANT

This commit is contained in:
Ziver Koc 2021-07-28 15:44:24 +02:00
parent c27556500e
commit e1b2494835

3
run.sh
View file

@ -1,7 +1,7 @@
#!/bin/bash
#ant clean
ant package-all
./gradlew build
# Kill current session
screen -S hal -X kill
@ -10,4 +10,3 @@ screen -S hal -L -d -m ./gradlew run
echo "-----------------"
screen -list