Skip to content

Commit 3f0631a

Browse files
authored
Enable building with Maven 4 (#91)
1 parent b66bbfc commit 3f0631a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-verify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ jobs:
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
2929
jdk-matrix: '[ "17", "21" ]'
30+
maven4-enabled: true
31+
ff-goal: "verify"
32+
verify-goal: "verify"

0 commit comments

Comments
 (0)