Skip to content

Commit f2c2dcc

Browse files
committed
update gradle wrapper to latest version to work with Java 10
1 parent 654bf01 commit f2c2dcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ run {
5151
}
5252

5353
task wrapper(type: Wrapper) {
54-
gradleVersion = '4.3.1'
54+
gradleVersion = '4.8'
5555
}

gradle/wrapper/gradle-wrapper.jar

-318 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip
54
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)