Skip to content

Commit

Permalink
Use Maven4 enabled with GH Action
Browse files Browse the repository at this point in the history
Instead of define Maven 4 in build we can use new option for shared action
  • Loading branch information
slawekjaranowski committed Aug 12, 2024
1 parent d0ded48 commit cfb3a9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
ff-maven: "3.9.7" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.9.7", "4.0.0-beta-3" ]' # Maven versions matrix for verify builds
matrix-exclude: '[ {"jdk": "8", "maven": "4.0.0-beta-3"} ]'
maven4-enabled: true

0 comments on commit cfb3a9f

Please sign in to comment.