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-jar-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 99584ce Build with Maven 4
99584ce is described below
commit 99584ce9cff9d87d73c12df81d40a982d75845ff
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
+