updated run script to run gradle instead of ANT
This commit is contained in:
parent
c27556500e
commit
e1b2494835
1 changed files with 1 additions and 2 deletions
3
run.sh
3
run.sh
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue