From 2fd29ab365efe54cb2d8fa60d15cb3729f1f85fa Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sun, 15 Mar 2026 17:15:16 -0400 Subject: [PATCH] uses quiet mode to avoid lots of warnings in the commit screen --- .git-hooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.git-hooks/pre-push b/.git-hooks/pre-push index 903d42dc6..2c0dbdc27 100755 --- a/.git-hooks/pre-push +++ b/.git-hooks/pre-push @@ -12,7 +12,7 @@ echo "$JAVA_HOME" echo "$(java -version)" echo "Running test... " -./gradlew test +./gradlew test --quiet status=$?