Skip to content

Commit 97e9403

Browse files
Simplify GH action
1 parent e0d980f commit 97e9403

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
name: Verify
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
29-
# maven-args: "-Dinvoker.parallelThreads=2" cannot do this as this generate some concurrent download issues
30-
ff-maven: "4.0.0-rc-2" # Maven version for fail-fast-build
3129
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'
32-
jdk-matrix: '[ "17", "21" ]'
33-
maven-matrix: '[ "4.0.0-rc-2" ]' # Maven versions matrix for verify builds
30+
maven4-build: true
31+
maven4-version: '4.0.0-rc-2' # the same as used in project

0 commit comments

Comments
 (0)