We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bc52a commit 18c424cCopy full SHA for 18c424c
build.gradle
@@ -57,7 +57,7 @@ jar {
57
}
58
59
task wrapper(type: Wrapper) {
60
- gradleVersion = '1.11'
+ gradleVersion = '2.0'
61
62
63
repositories {
gradle/wrapper/gradle-wrapper.jar
549 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
-#Sat Feb 15 15:58:35 JST 2014
+#Tue Jul 01 17:29:31 JST 2014
2
distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
6
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
+distributionUrl=http\://services.gradle.org/distributions/gradle-2.0-bin.zip
0 commit comments