Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6773220049D for ; Wed, 9 Aug 2017 18:03:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 65FCD1697AF; Wed, 9 Aug 2017 16:03:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D300B1697A9 for ; Wed, 9 Aug 2017 18:03:45 +0200 (CEST) Received: (qmail 78916 invoked by uid 500); 9 Aug 2017 16:03:44 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 78907 invoked by uid 99); 9 Aug 2017 16:03:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2017 16:03:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0DF90F21AB; Wed, 9 Aug 2017 16:03:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sunlan@apache.org To: commits@groovy.apache.org Message-Id: <28c5616fb9734836a174135b554fb424@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: groovy git commit: Clarify the requirement of JDK version Date: Wed, 9 Aug 2017 16:03:44 +0000 (UTC) archived-at: Wed, 09 Aug 2017 16:03:46 -0000 Repository: groovy Updated Branches: refs/heads/master 9949525cd -> 4848eb2a0 Clarify the requirement of JDK version Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/4848eb2a Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/4848eb2a Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/4848eb2a Branch: refs/heads/master Commit: 4848eb2a0bb58decc374cb109f9d9af5ba542606 Parents: 9949525 Author: sunlan Authored: Thu Aug 10 00:03:24 2017 +0800 Committer: sunlan Committed: Thu Aug 10 00:03:24 2017 +0800 ---------------------------------------------------------------------- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/4848eb2a/README.adoc ---------------------------------------------------------------------- diff --git a/README.adoc b/README.adoc index e158f53..c5fa2d9 100644 --- a/README.adoc +++ b/README.adoc @@ -84,7 +84,7 @@ Build is image:{build-icon}[build status, link={groovy-ci}]. To build you will need: -* {jdk}[JDK 1.8+] +* {jdk}[JDK 8+] To build everything using Gradle: