Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 597e1ad

Browse files
committed
Update gradle wrapper to 4.10
1 parent c6c2bc1 commit 597e1ad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
task wrapper(type: Wrapper) {
33-
gradleVersion = "4.7"
33+
gradleVersion = "4.10"
3434
}
3535

3636
tasks.withType(JavaCompile) {
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Sat Jul 28 09:46:50 CEST 2018
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip

0 commit comments

Comments
 (0)