This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git
The following commit(s) were added to refs/heads/master by this push:
new e59642b32 Exclude Java 25 - plugin is not yet ready
e59642b32 is described below
commit e59642b324e348a75db94d8eedb6ef7d9e902e3e
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"} ]'