This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git
commit 86decb37ca0acf6f24cfb14890a792724b988a63 Author: Gerd Aschemann <g...@aschemann.net> AuthorDate: Mon Jan 13 02:07:17 2025 +0100 Enable Maven 4 build Cf. support-and-care/maven-support-and-care#77 --- .github/workflows/maven-verify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 932827c..ce4b500 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,3 +25,5 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + with: + maven4-enabled: true