Skip to content

Commit 6bb4139

Browse files
committed
Update gradle to 4.8
1 parent a2e38e9 commit 6bb4139

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ group 'com.cedricziel'
4545
version gitVersion()
4646

4747
wrapper {
48-
gradleVersion '4.3.1'
48+
gradleVersion '4.8'
4949
}
5050

5151
test.testLogging.exceptionFormat = TestExceptionFormat.FULL

gradle/wrapper/gradle-wrapper.jar

-53.4 KB
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Sun Dec 03 10:58:46 CET 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-all.zip

0 commit comments

Comments
 (0)