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
commit 583917c83b68489e71736a91521aad21a42aea88 Author: Daniel Sun <[email protected]> AuthorDate: Sun Aug 4 22:21:27 2019 +0800 Update the requirement of JDK to build from source code --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 881ab9e..b0cd9a1 100644 --- a/README.adoc +++ b/README.adoc @@ -127,7 +127,7 @@ the `gradlew` command instead of `gradle`. (On Unix-like systems, use `./gradlew To build you will need: -* {jdk}[JDK 8+] +* {jdk}[JDK 9+] To build everything using Gradle, use the following command (`./gradlew` on Unix-like systems):
