uses quiet mode to avoid lots of warnings in the commit screen

This commit is contained in:
Vitor Pamplona
2026-03-15 17:15:16 -04:00
parent cef8f5acde
commit 2fd29ab365
+1 -1
View File
@@ -12,7 +12,7 @@ echo "$JAVA_HOME"
echo "$(java -version)"
echo "Running test... "
./gradlew test
./gradlew test --quiet
status=$?