Skip to content

Commit 99f6e69

Browse files
committed
Fix Maven args in workflow
1 parent e17c5ec commit 99f6e69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ jobs:
3535
-Dmaven.wagon.http.retryHandler.count=3
3636
-Dmaven.wagon.http.pool=false
3737
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
38-
MAVEN_ARGS: "--show-version --batch-mode --fail-fast --no-transfer-progress"
39-
run: "./mvnw clean verify"
38+
run: "./mvnw --show-version --batch-mode --fail-fast --no-transfer-progress clean verify"

0 commit comments

Comments
 (0)