We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17c5ec commit 99f6e69Copy full SHA for 99f6e69
.github/workflows/build.yml
@@ -35,5 +35,4 @@ jobs:
35
-Dmaven.wagon.http.retryHandler.count=3
36
-Dmaven.wagon.http.pool=false
37
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
38
- MAVEN_ARGS: "--show-version --batch-mode --fail-fast --no-transfer-progress"
39
- run: "./mvnw clean verify"
+ run: "./mvnw --show-version --batch-mode --fail-fast --no-transfer-progress clean verify"
0 commit comments