This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch mvn4 in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit 2e7849cadb0e0151e130c2b2ce2615ae4fa4635b Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Nov 15 23:56:13 2025 +0100 Exclude Maven 4 - plugin is not yet ready for rc5 --- .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 19828f9..d2062ea 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -29,7 +29,7 @@ jobs: # maven-args: "-Dinvoker.parallelThreads=2" cannot do this as this generate some concurrent download issues jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]' jdk-matrix: '[ "8", "21", "25" ]' - maven4-enabled: true + maven4-enabled: false verify-fail-fast: false matrix-exclude: '[ { "jdk": "8", "distribution": "microsoft" },
