Skip to content

Commit

Permalink
add mvn compile --quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Dec 25, 2023
1 parent d42d2fd commit d4a9672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Maven Compile
run: |
mvn compile --errors
mvn compile --quiet

0 comments on commit d4a9672

Please sign in to comment.