Upgrade to Gradle 5.6.2

This commit is contained in:
Stephane Nicoll
2019-09-12 16:50:05 +02:00
parent d8e0b5ccaa
commit 1d213258a2
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@@ -84,7 +84,7 @@ class GradleKtsProjectGenerationConfigurationTests {
}
static Stream<Arguments> gradleWrapperParameters() {
return Stream.of(Arguments.arguments("2.1.3.RELEASE", "5.6"));
return Stream.of(Arguments.arguments("2.1.3.RELEASE", "5.6.2"));
}
@ParameterizedTest(name = "Spring Boot {0}")

View File

@@ -85,7 +85,7 @@ class GradleProjectGenerationConfigurationTests {
static Stream<Arguments> gradleWrapperParameters() {
return Stream.of(Arguments.arguments("1.5.17.RELEASE", "3.5.1"), Arguments.arguments("2.0.6.RELEASE", "4.10.3"),
Arguments.arguments("2.1.3.RELEASE", "5.6"));
Arguments.arguments("2.1.3.RELEASE", "5.6.2"));
}
@ParameterizedTest(name = "Spring Boot {0}")