You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/07/18 14:07:57 UTC

[groovy-website] branch asf-site updated: adjust JDK build version (changed when we added improved JDK16 support)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7788092  adjust JDK build version (changed when we added improved JDK16 support)
7788092 is described below

commit 7788092ebab9b5eb43ea4eaaa5595a8c5fcb5fa2
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jul 19 00:07:52 2021 +1000

    adjust JDK build version (changed when we added improved JDK16 support)
---
 site/src/site/releasenotes/groovy-4.0.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/src/site/releasenotes/groovy-4.0.adoc b/site/src/site/releasenotes/groovy-4.0.adoc
index 6c1f3fa..d28df4e 100644
--- a/site/src/site/releasenotes/groovy-4.0.adoc
+++ b/site/src/site/releasenotes/groovy-4.0.adoc
@@ -986,7 +986,7 @@ link:https://issues.apache.org/jira/browse/GROOVY-9981[GROOVY-9981]
 [[Groovy4.0-requirements]]
 == JDK requirements
 
-Groovy 4.0 requires JDK10+ to build and JDK8 is the minimum version of the JRE that we support.
+Groovy 4.0 requires JDK11+ to build and JDK8 is the minimum version of the JRE that we support.
 Groovy has been tested on JDK versions 8 through 16.
 
 [[Groovy4.0-more-info]]