This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MCHANGES-449 in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
commit 37fa47a54e9c202450604376796984b829b514af 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..a8cd280 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 \ No newline at end of file