This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-compiler-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/maven-compiler-plugin-3.x by
this push:
new 718204f Works only with Maven 4.0.0 rc4
718204f is described below
commit 718204fffca9bf8bf5857f2e521468328f9c1474
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sat Nov 15 23:56:13 2025 +0100
Works only with Maven 4.0.0 rc4
---
.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 19828f9..7506c9e 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -30,6 +30,7 @@ jobs:
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft",
"adopt-openj9" ]'
jdk-matrix: '[ "8", "21", "25" ]'
maven4-enabled: true
+ maven4-version: '4.0.0-rc-4'
verify-fail-fast: false
matrix-exclude: '[
{ "jdk": "8", "distribution": "microsoft" },