From a41d3cad4ca0db9212b5518d64c269334da3122d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Thu, 14 May 2026 19:15:08 +0200 Subject: [PATCH 1/3] Enable Maven 4 build --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0a1391375..36599d2a6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -36,3 +36,4 @@ jobs: { "jdk": "25", "distribution": "adopt-openj9" }, { "jdk": "25", "distribution": "microsoft"}, ]' + maven4-enabled: true From b4c3b58ae971520c84c9d09c27eb6ce9e975bd5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Thu, 14 May 2026 19:18:23 +0200 Subject: [PATCH 2/3] Enable Maven 4 build --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 36599d2a6..195ac99ef 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,6 +29,7 @@ jobs: jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]' jdk-matrix: '[ "17", "21", "8", "25" ]' verify-fail-fast: false + maven4-enabled: true matrix-exclude: '[ { "jdk": "8", "distribution": "microsoft"}, { "jdk": "8", "distribution": "temurin", "os": "macos-latest" }, @@ -36,4 +37,4 @@ jobs: { "jdk": "25", "distribution": "adopt-openj9" }, { "jdk": "25", "distribution": "microsoft"}, ]' - maven4-enabled: true + From bf2586eb57cdb01aacd94856612e1668e459d286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Thu, 14 May 2026 19:20:23 +0200 Subject: [PATCH 3/3] Enable Maven 4 build --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 195ac99ef..494453cf5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,6 +35,6 @@ jobs: { "jdk": "8", "distribution": "temurin", "os": "macos-latest" }, { "jdk": "8", "distribution": "adopt-openj9", "os": "macos-latest" }, { "jdk": "25", "distribution": "adopt-openj9" }, - { "jdk": "25", "distribution": "microsoft"}, + { "jdk": "25", "distribution": "microsoft"} ]'