Skip to content

Commit 0063e87

Browse files
author
Michael Kunze
committed
Update gradle to latest version in 5.x
1 parent c3c3ed8 commit 0063e87

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ tasks {
155155
}
156156
withType<Wrapper> {
157157
distributionType = ALL
158-
gradleVersion = "5.6.3"
158+
gradleVersion = "5.6.4"
159159
}
160160
withType<Javadoc> {
161161
(options as StandardJavadocDocletOptions).addBooleanOption("html5", true)
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-5.6.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)