This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch maven4-enabled in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
commit 3a2b8618598ecd4fda31b13cd4e463da3d55592f Author: Hervé Boutemy <[email protected]> AuthorDate: Mon May 11 22:27:53 2026 +0200 enable build with Maven 4 --- .github/workflows/maven-verify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 8d82437..3e48530 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -24,4 +24,5 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 - + with: + maven4-enabled: true
