Skip to content

Commit 920f681

Browse files
JoeWang1127lqiu96
authored andcommitted
chore: suppress download progress (#2496)
In this PR: - Suppress logs of download progress when running `fmt` plugin.
1 parent 5015778 commit 920f681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library_generation/owlbot/bin/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ echo "...done"
8686

8787
# ensure formatting on all .java files in the repository
8888
echo "Reformatting source..."
89-
mvn fmt:format
89+
mvn fmt:format -V --batch-mode --no-transfer-progress
9090
echo "...done"
9191

9292

0 commit comments

Comments
 (0)