Skip to content

Commit

Permalink
Use default setup from apache/maven-gh-actions-shared
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 9, 2023
1 parent e2ebd8b commit 6da86d2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,3 @@ jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
ff-maven: "3.9.1" # Maven version for fail-fast-build
maven-matrix: '[ "3.8.8", "3.9.1" ]' # Maven versions matrix for verify builds
jdk-matrix: '["8", "11", "17", "20-ea"]'
jdk-distribution-matrix: '["temurin", "adopt-openj9"]'
matrix-exclude: >
[
{"jdk": "17", "distribution": "adopt-openj9"},
{"jdk": "20-ea", "distribution": "adopt-openj9"}
]
ff-site-goal: '-DskipTests -P reporting site'

0 comments on commit 6da86d2

Please sign in to comment.