Skip to content

Commit

Permalink
wf: add "ntp" option to maven command to remove useless download logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Oct 13, 2024
1 parent cd718f2 commit e326a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
distribution: 'zulu'
cache: maven
- name: Build
run: ./mvnw -V verify
run: ./mvnw -V -ntp verify
working-directory: java

0 comments on commit e326a1f

Please sign in to comment.