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 35788559f84a76445ff241248a3580c05c90c4e7 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" },
