File tree 8 files changed +10
-14
lines changed
libproject/gradle/wrapper
8 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
compile gradleApi()
34
34
compile localGroovy()
35
35
compile " commons-io:commons-io:2.4"
36
- testCompile " com.android.tools.build:gradle:1.3.1 "
36
+ testCompile " com.android.tools.build:gradle:2.0.0 "
37
37
testCompile " org.scala-lang:scala-compiler:2.11.7"
38
38
}
39
39
Original file line number Diff line number Diff line change 1
- # Fri Mar 27 14:09:39 JST 2015
1
+ # Tue Apr 12 01:51:12 EEST 2016
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.2.1 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.12 -bin.zip
Original file line number Diff line number Diff line change @@ -42,11 +42,6 @@ case "`uname`" in
42
42
;;
43
43
esac
44
44
45
- # For Cygwin, ensure paths are in UNIX format before anything is touched.
46
- if $cygwin ; then
47
- [ -n " $JAVA_HOME " ] && JAVA_HOME=` cygpath --unix " $JAVA_HOME " `
48
- fi
49
-
50
45
# Attempt to set APP_HOME
51
46
# Resolve links: $0 may be a link
52
47
PRG=" $0 "
@@ -61,9 +56,9 @@ while [ -h "$PRG" ] ; do
61
56
fi
62
57
done
63
58
SAVED=" ` pwd` "
64
- cd " ` dirname \" $PRG \" ` /" >& -
59
+ cd " ` dirname \" $PRG \" ` /" > /dev/null
65
60
APP_HOME=" ` pwd -P` "
66
- cd " $SAVED " >& -
61
+ cd " $SAVED " > /dev/null
67
62
68
63
CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
69
64
114
109
if $cygwin ; then
115
110
APP_HOME=` cygpath --path --mixed " $APP_HOME " `
116
111
CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
112
+ JAVACMD=` cygpath --unix " $JAVACMD " `
117
113
118
114
# We build the pattern for arguments to be converted via cygpath
119
115
ROOTDIRSRAW=` find -L / -maxdepth 1 -mindepth 1 -type d 2> /dev/null`
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ echo location of your Java installation.
46
46
goto fail
47
47
48
48
:init
49
- @ rem Get command-line arguments, handling Windowz variants
49
+ @ rem Get command-line arguments, handling Windows variants
50
50
51
51
if not " %OS% " == " Windows_NT" goto win9xME_args
52
52
if " %@eval[2+2]" == " 4" goto 4NT_args
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-2.2.1 -bin.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-2.12 -bin.zip
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-2.2.1 -bin.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-2.12 -bin.zip
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-2.2.1 -bin.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-2.12 -bin.zip
You can’t perform that action at this time.
0 commit comments