Skip to content

Commit

Permalink
Fix Maven args in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed May 29, 2024
1 parent e17c5ec commit 99f6e69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ jobs:
-Dmaven.wagon.http.retryHandler.count=3
-Dmaven.wagon.http.pool=false
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
MAVEN_ARGS: "--show-version --batch-mode --fail-fast --no-transfer-progress"
run: "./mvnw clean verify"
run: "./mvnw --show-version --batch-mode --fail-fast --no-transfer-progress clean verify"

0 comments on commit 99f6e69

Please sign in to comment.