This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 3286c04512 update min version in doco
3286c04512 is described below
commit 3286c04512fe2928e9db858a5b90b48dd885afc1
Author: Paul King <[email protected]>
AuthorDate: Sat Dec 6 15:03:54 2025 +1000
update min version in doco
---
src/spec/doc/core-getting-started.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/spec/doc/core-getting-started.adoc
b/src/spec/doc/core-getting-started.adoc
index 95a7836539..0591e944c9 100644
--- a/src/spec/doc/core-getting-started.adoc
+++ b/src/spec/doc/core-getting-started.adoc
@@ -53,7 +53,7 @@ community prior to official versions being released. We
welcome any feedback.
=== Prerequisites
-Groovy {groovy-short-version} requires Java 8+ with support for up to Java 16.
+Groovy {groovy-short-version} requires Java 17+ with support for up to Java 25.
Various Groovy CI servers run the test suite (with more than 10000 tests)
across numerous versions of Java.
Those servers are also useful to look at to confirm supported Java versions
for different Groovy releases.