silence gradle on run
This commit is contained in:
parent
a52de9ccb7
commit
7ea6f8b3e4
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
|
@ -117,7 +117,7 @@ if [[ ${MODE} == "FOREGROUND" ]]; then
|
|||
while [[ ${EXIT_CODE} -eq 200 ]]; do
|
||||
# Restart as long as we have a exit code of 200, this allows the application to restart itself
|
||||
#startHal
|
||||
./gradlew ${GRADLE_COLOR} --warning-mode none run
|
||||
./gradlew ${GRADLE_COLOR} --console=plain run
|
||||
EXIT_CODE=$?
|
||||
done
|
||||
elif [[ ${MODE} == "BACKGROUND" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue