Skip to content

Commit f177345

Browse files
committed
Update to gradle 4.10.2
1 parent c461b80 commit f177345

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ buildscript {
44
jcenter()
55
mavenCentral()
66
}
7+
wrapper {
8+
gradleVersion = "4.10.2"
9+
distributionType = Wrapper.DistributionType.ALL
10+
}
711
}
812

913
plugins {

gradle/wrapper/gradle-wrapper.jar

1.42 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.10.2-all.zip
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip

0 commit comments

Comments
 (0)