Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7e1817

Browse files
authoredJun 9, 2018
Update Gradle wrapper to 4.8 (#121)
1 parent 9572141 commit c7e1817

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
@@ -64,6 +64,6 @@ pluginBundle {
6464
}
6565

6666
task wrapper(type: Wrapper) {
67-
gradleVersion = '4.7'
67+
gradleVersion = '4.8'
6868
distributionType = Wrapper.DistributionType.ALL
6969
}

‎gradle/wrapper/gradle-wrapper.jar

0 Bytes
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.7-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)
Please sign in to comment.