silence gradle on run

This commit is contained in:
Ziver Koc 2023-09-28 22:05:26 +02:00
parent a52de9ccb7
commit 7ea6f8b3e4

2
run.sh
View file

@ -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