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 194acc2 commit 1b1eb72Copy full SHA for 1b1eb72
build.gradle
@@ -70,7 +70,7 @@ ext {
70
}
71
72
task wrapper(type: Wrapper) {
73
- gradleVersion = '4.7'
+ gradleVersion = '4.10.2'
74
//noinspection UnnecessaryQualifiedReference
75
distributionType = Wrapper.DistributionType.ALL
76
gradle/wrapper/gradle-wrapper.jar
1.72 KB
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments