Upgrade to Gradle 5.4.1

This commit is contained in:
Stephane Nicoll
2019-05-09 11:28:34 +02:00
parent 69afcacce3
commit 26fb971102
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -86,7 +86,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.2"),
Arguments.arguments("2.1.3.RELEASE", "5.2.1"));
Arguments.arguments("2.1.3.RELEASE", "5.4.1"));
}
@ParameterizedTest(name = "Spring Boot {0}")