Skip to content

Commit

Permalink
Use maven with --no-transfer-progress in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Jan 26, 2025
1 parent 1bdeef1 commit 273caa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Build with Maven
# qa skips documentation - we check it on Jenkins CI
# We skip checkstyle too - we check it on Jenkins CI
run: ./apache-maven-3.9.9/bin/mvn -B -e clean install -Pstaging -Pqa '-Dcheckstyle.skip=true'
run: ./apache-maven-3.9.9/bin/mvn -B --no-transfer-progress -e clean install -Pstaging -Pqa '-Dcheckstyle.skip=true'

0 comments on commit 273caa4

Please sign in to comment.