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 654bf01 commit f2c2dccCopy full SHA for f2c2dcc
build.gradle
@@ -51,5 +51,5 @@ run {
51
}
52
53
task wrapper(type: Wrapper) {
54
- gradleVersion = '4.3.1'
+ gradleVersion = '4.8'
55
gradle/wrapper/gradle-wrapper.jar
-318 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
2
distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
-zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip
5
zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
0 commit comments