Skip to content

Commit

Permalink
Suppress the transfer progress in Maven (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof authored Nov 14, 2023
1 parent 0bef415 commit 8136de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
export DISPLAY=:99.0
Xvfb $DISPLAY &
fi
mvn -V -B -e verify -Pe4.12 -Dtycho.executionEnvironment=JavaSE-17 -DskipUITests=false
mvn -V -B -e verify -Pe4.12 -Dtycho.executionEnvironment=JavaSE-17 -DskipUITests=false --no-transfer-progress

0 comments on commit 8136de0

Please sign in to comment.