This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch mvn4-build in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
commit 5eab6073f84835e07f0117d5f75dc427f51644a5 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Mon Jun 3 18:42:39 2024 +0200 Build with Maven 4 --- .github/workflows/maven-verify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 932827c..065619b 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,3 +25,6 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + with: + maven4-enabled: true +
