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 a94790b commit aa5d16aCopy full SHA for aa5d16a
build.gradle
@@ -149,5 +149,5 @@ subprojects {
149
}
150
151
task wrapper(type: Wrapper) {
152
- gradleVersion = '1.11'
+ gradleVersion = '2.0'
153
gradle/wrapper/gradle-wrapper.properties
@@ -4,4 +4,4 @@ distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
6
#distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
7
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-rc-1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-bin.zip
0 commit comments