We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5015778 commit 920f681Copy full SHA for 920f681
library_generation/owlbot/bin/entrypoint.sh
@@ -86,7 +86,7 @@ echo "...done"
86
87
# ensure formatting on all .java files in the repository
88
echo "Reformatting source..."
89
-mvn fmt:format
+mvn fmt:format -V --batch-mode --no-transfer-progress
90
echo "...done"
91
92
0 commit comments