Skip to content

Commit 6e327e0

Browse files
committed
update gradle to 4.10.2
1 parent 610a527 commit 6e327e0

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
@@ -199,6 +199,6 @@ tasks.withType(PublishToMavenRepository) {
199199

200200

201201
task wrapper(type: Wrapper) {
202-
gradleVersion = '4.5.1'
202+
gradleVersion = '4.10.2'
203203
distributionUrl = "https://services.gradle.org/distributions/gradle-${gradleVersion}-all.zip"
204204
}

gradle/wrapper/gradle-wrapper.jar

4 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

0 commit comments

Comments
 (0)