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 2017/10/21 11:09:14 UTC

groovy git commit: bump gradle version

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X e059ad39a -> c085a52d3


bump gradle version


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/c085a52d
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/c085a52d
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/c085a52d

Branch: refs/heads/GROOVY_2_4_X
Commit: c085a52d3d422e56a7b2e8da2badd1b41e975305
Parents: e059ad3
Author: paulk <pa...@asert.com.au>
Authored: Sat Oct 21 21:09:03 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Sat Oct 21 21:09:03 2017 +1000

----------------------------------------------------------------------
 build.gradle                             | 2 +-
 gradle/wrapper/gradle-wrapper.properties | 4 ++--
 gradlew                                  | 6 +-----
 3 files changed, 4 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/c085a52d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 2ee0b8b..522f9b8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -155,7 +155,7 @@ ext {
     commonsHttpClientVersion = '3.1'
     eclipseOsgiVersion = '3.9.1-v20140110-1610'
     gparsVersion = '1.2.1'
-    gradleVersion = '2.3'
+    gradleVersion = '2.14.1'
     ivyVersion = '2.4.0'
     jansiVersion = '1.11'
     jarjarVersion = '1.3'

http://git-wip-us.apache.org/repos/asf/groovy/blob/c085a52d/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index fb1456e..38f0a68 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sat Jul 18 12:35:57 AEST 2015
+#Sat Oct 21 17:10:17 AEST 2017
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip

http://git-wip-us.apache.org/repos/asf/groovy/blob/c085a52d/gradlew
----------------------------------------------------------------------
diff --git a/gradlew b/gradlew
index 540d724..91a7e26 100755
--- a/gradlew
+++ b/gradlew
@@ -30,7 +30,6 @@ die ( ) {
 cygwin=false
 msys=false
 darwin=false
-nonstop=false
 case "`uname`" in
   CYGWIN* )
     cygwin=true
@@ -41,9 +40,6 @@ case "`uname`" in
   MINGW* )
     msys=true
     ;;
-  NONSTOP* )
-    nonstop=true
-    ;;
 esac
 
 # For Cygwin, ensure paths are in UNIX format before anything is touched.
@@ -94,7 +90,7 @@ location of your Java installation."
 fi
 
 # Increase the maximum file descriptors if we can.
-if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
+if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
     MAX_FD_LIMIT=`ulimit -H -n`
     if [ $? -eq 0 ] ; then
         if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then