Skip to content

Commit

Permalink
chore: suppress download progress (#2496)
Browse files Browse the repository at this point in the history
In this PR:
- Suppress logs of download progress when running `fmt` plugin.
  • Loading branch information
JoeWang1127 authored Feb 21, 2024
1 parent 05d1bb9 commit 49e4eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library_generation/owlbot/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ echo "...done"

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


Expand Down

0 comments on commit 49e4eb0

Please sign in to comment.