Skip to content

Commit 72f6e8e

Browse files
authored
Update Gradle to 4.1 (#80)
1 parent 04d2915 commit 72f6e8e

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
@@ -50,7 +50,7 @@ pluginBundle {
5050
}
5151

5252
task wrapper(type: Wrapper) {
53-
gradleVersion = '4.0'
53+
gradleVersion = '4.1'
5454
distributionType = Wrapper.DistributionType.ALL
5555
}
5656

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Jun 24 23:44:47 CEST 2017
1+
#Tue Aug 08 16:44:05 CEST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 commit comments

Comments
 (0)