Skip to content

Commit 047e260

Browse files
committed
update to gradle 5.6.4
1 parent 5a66219 commit 047e260

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Update gradle 4.8.1 -> 5.6.3
1+
* Update gradle 4.8.1 -> 5.6.4
22
* Enable gradle build scan for failed builds
33
* Update et.researchgate.release 2.7.0 -> 2.8.1
44
* Update ru.vyarus.quality 3.1.1 -> 3.4.0

app/templates/gradle-base/gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Wed Oct 30 12:36:02 NOVT 2019
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.3-all.zip
1+
#Tue Nov 05 12:34:19 NOVT 2019
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
33
distributionBase=GRADLE_USER_HOME
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists

app/templates/project-multi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
wrapper {
17-
gradleVersion = '5.6.3'
17+
gradleVersion = '5.6.4'
1818
}
1919

2020
description = '<%= libDesc %>'

app/templates/project-single/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
sourceCompatibility = <%= targetJava %>
1717

1818
wrapper {
19-
gradleVersion = '5.6.3'
19+
gradleVersion = '5.6.4'
2020
}
2121

2222
ext {

0 commit comments

Comments
 (0)