This is an automated email from the ASF dual-hosted git repository.

Bukama pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new cc61fc0  Enable Maven 4 build (#90)
cc61fc0 is described below

commit cc61fc0f33e472c199fa5d3f4e342f5086245b38
Author: Matthias Bünger <[email protected]>
AuthorDate: Sat Jul 18 20:22:19 2026 +0200

    Enable Maven 4 build (#90)
---
 .github/workflows/maven-verify.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 13d64e0..81c62ae 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -28,3 +28,4 @@ jobs:
     with:
       jdk-distribution-matrix: '[ "zulu", "microsoft", "liberica", 
"adopt-openj9" ]'
       matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"},{ "jdk": 
"8", "os": "macos-latest"}]'
+      maven4-enabled: true

Reply via email to