From 837c825857af7af52018835d285528553df5a6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Tue, 12 May 2026 18:12:51 +0200 Subject: [PATCH 1/2] Enable Maven 4 build --- .github/workflows/maven-verify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 932827cf..08eb09c5 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,3 +25,5 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + with: + maven4-enabled: 'true' From 25cbe1013f1572a705f40e405e4bcc8a5f984ad2 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 12 May 2026 21:49:08 +0200 Subject: [PATCH 2/2] Fix maven4-enabled value in workflow file --- .github/workflows/maven-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 08eb09c5..ce4b500d 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,4 +26,4 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - maven4-enabled: 'true' + maven4-enabled: true