Upgrade to Gradle 6.8.3

Closes gh-1192
This commit is contained in:
Stephane Nicoll 2021-03-05 10:20:14 +01:00
parent 39a256d9ba
commit 7b98aa354d
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -85,7 +85,7 @@ class GradleKtsProjectGenerationConfigurationTests {
} }
static Stream<Arguments> gradleWrapperParameters() { static Stream<Arguments> gradleWrapperParameters() {
return Stream.of(Arguments.arguments("2.1.3.RELEASE", "5.6.4"), Arguments.arguments("2.2.3.RELEASE", "6.8.2")); return Stream.of(Arguments.arguments("2.1.3.RELEASE", "5.6.4"), Arguments.arguments("2.2.3.RELEASE", "6.8.3"));
} }
@ParameterizedTest(name = "Spring Boot {0}") @ParameterizedTest(name = "Spring Boot {0}")

View File

@ -84,7 +84,7 @@ class GradleProjectGenerationConfigurationTests {
static Stream<Arguments> gradleWrapperParameters() { static Stream<Arguments> gradleWrapperParameters() {
return Stream.of(Arguments.arguments("2.0.6.RELEASE", "4.10.3"), Arguments.arguments("2.1.3.RELEASE", "5.6.4"), return Stream.of(Arguments.arguments("2.0.6.RELEASE", "4.10.3"), Arguments.arguments("2.1.3.RELEASE", "5.6.4"),
Arguments.arguments("2.2.3.RELEASE", "6.8.2")); Arguments.arguments("2.2.3.RELEASE", "6.8.3"));
} }
@ParameterizedTest(name = "Spring Boot {0}") @ParameterizedTest(name = "Spring Boot {0}")