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.
2 parents a136dbb + e727138 commit 4d10f38Copy full SHA for 4d10f38
build.gradle
@@ -58,8 +58,8 @@ jar {
58
}
59
60
61
-task wrapper(type: Wrapper) {
62
- gradleVersion = '2.0'
+wrapper {
+ gradleVersion = '4.10'
63
64
65
repositories {
gradle/wrapper/gradle-wrapper.jar
-89 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
-#Tue Jul 01 17:29:31 JST 2014
+#Sun Sep 02 17:42:39 JST 2018
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-2.0-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
0 commit comments