This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch jdk25 in repository https://gitbox.apache.org/repos/asf/maven-scm.git
commit 8f36a0ece519cebde7589dddc5df149d148b957f Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Nov 15 22:49:00 2025 +0100 Exclude Java 25 - plugin is not yet ready Failing tests under Windows --- .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 cd3519d75..48e5f54e3 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -28,3 +28,4 @@ jobs: with: install-mercurial: true maven-args: "-P tck-git -P tck-hg -P tck-svn" + matrix-exclude: '[ {"jdk": "25"} ]'
