Skip to content

Commit 1ce23d4

Browse files
author
hansdude
committed
Merge pull request #23 from rpmoore/master
Updating gradle to v2.0
2 parents 9345a29 + b34ec1d commit 1ce23d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ dependencies {
4141
}
4242

4343
task wrapper(type: Wrapper) {
44-
gradleVersion = '1.12'
44+
gradleVersion = '2.0'
4545
}

gradle/wrapper/gradle-wrapper.jar

242 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jun 26 10:33:15 MDT 2014
1+
#Wed Jul 02 16:16:39 MDT 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-bin.zip

0 commit comments

Comments
 (0)