You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/08/04 14:23:28 UTC

[groovy] branch master updated (79d2317 -> 583917c)

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

sunlan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from 79d2317  Enable groovy compilation avoidance
     new 010fed5  Comment out the teamcity CI info for now
     new 583917c  Update the requirement of JDK to build from source code

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[groovy] 01/02: Comment out the teamcity CI info for now

Posted by su...@apache.org.
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 010fed554d7d9d78b633f32b32a60b1d6ffcdccf
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Aug 4 22:20:22 2019 +0800

    Comment out the teamcity CI info for now
---
 README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index 4d39c58..881ab9e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -49,7 +49,7 @@ The Groovy development team
 image::https://raw.githubusercontent.com/groovy/artwork/master/medium.png[]
 image:{jdk-icon}[jdk, link={jdk}]
 image:{apache-license-icon}[Apache License 2, link={apache-license-link}]
-image:{build-icon}[teamcity build status, link={groovy-ci}]
+// image:{build-icon}[teamcity build status, link={groovy-ci}]
 image:{travis-build-icon}[travis build status, link={travis-ci}]
 image:{bintray-download-icon}[bintray download, link={bintray-latest-version-link}]
 image:{apache-groovy-twitter-icon}[follow on Twitter, link={apache-groovy-twitter-link}]
@@ -123,7 +123,7 @@ the `gradlew` command instead of `gradle`. (On Unix-like systems, use `./gradlew
 
 == Building from Source
 
-Build is image:{build-icon}[build status, link={groovy-ci}].
+// Build is image:{build-icon}[build status, link={groovy-ci}].
 
 To build you will need:
 


[groovy] 02/02: Update the requirement of JDK to build from source code

Posted by su...@apache.org.
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 <su...@apache.org>
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):