Skip to content

Commit

Permalink
Upgraded Gradle and Groovy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pap Lőrinc committed Sep 14, 2015
1 parent 689cf19 commit 2a6ecd2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ ext {
minGroovyVersion = "2.0.0"
maxGroovyVersion = "2.2.99"
} else if (variant == 2.3) {
groovyVersion = "2.3.10"
groovyVersion = "2.3.11"
minGroovyVersion = "2.3.0"
maxGroovyVersion = "2.3.99"
} else if (variant == 2.4) {
groovyVersion = "2.4.1"
groovyVersion = "2.4.4"
minGroovyVersion = "2.4.0"
maxGroovyVersion = "2.9.99"
} else {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Feb 26 04:33:52 CET 2015
#Mon Sep 14 22:47:09 EEST 2015
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.7-all.zip
6 changes: 1 addition & 5 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ case "`uname`" in
;;
esac

# For Cygwin, ensure paths are in UNIX format before anything is touched.
if $cygwin ; then
[ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
fi

# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
Expand Down Expand Up @@ -114,6 +109,7 @@ fi
if $cygwin ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"`

# We build the pattern for arguments to be converted via cygpath
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
Expand Down

0 comments on commit 2a6ecd2

Please sign in to comment.