This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch maven4 in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
commit 346740c3a2fe1dcb2b2749cb8f023a071f259ae0 Author: Guillaume Nodet <[email protected]> AuthorDate: Fri Jul 25 06:17:12 2025 +0200 Also test with Maven 4 --- .github/workflows/maven-verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index f213d07..c52e4b9 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -27,3 +27,4 @@ jobs: uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: verify-fail-fast: false + maven4-enabled: true
