This is an automated email from the ASF dual-hosted git repository. sunlan 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 7f5977689b Update JDK version requirement to 17 or higher 7f5977689b is described below commit 7f5977689bb71e44da93a6a86c67e860c0ed1b15 Author: Daniel Sun <sun...@apache.org> AuthorDate: Sat Aug 30 10:58:55 2025 +0800 Update JDK version requirement to 17 or higher --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index cb35f56118..15e46fc1b5 100644 --- a/README.adoc +++ b/README.adoc @@ -130,7 +130,7 @@ the `gradlew` command instead of `gradle`. (On Unix-like systems, use `./gradlew To build you will need: -* {jdk}[JDK 16+] +* {jdk}[JDK 17+] To build everything using Gradle, use the following command (`./gradlew` on Unix-like systems):