Skip to content

Commit 1b1eb72

Browse files
committed
Update gradle
1 parent 194acc2 commit 1b1eb72

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ext {
7070
}
7171

7272
task wrapper(type: Wrapper) {
73-
gradleVersion = '4.7'
73+
gradleVersion = '4.10.2'
7474
//noinspection UnnecessaryQualifiedReference
7575
distributionType = Wrapper.DistributionType.ALL
7676
}

gradle/wrapper/gradle-wrapper.jar

1.72 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)