This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 611e526 [MCHANGES-449] Verify project build by Maven 4 611e526 is described below commit 611e526529b1021a4781e4403858c54f8a2b7fd6 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Nov 30 11:59:37 2024 +0100 [MCHANGES-449] Verify project build by Maven 4 --- .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