Skip to content

Commit

Permalink
Upgrade to Gradle 6.9.1
Browse files Browse the repository at this point in the history
Closes gh-1258
  • Loading branch information
snicoll committed Aug 22, 2021
1 parent 082eabe commit a93a6d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void buildWriterIsContributed(String platformVersion) {
}

static Stream<Arguments> gradleWrapperParameters() {
return Stream.of(Arguments.arguments("2.1.3.RELEASE", "5.6.4"), Arguments.arguments("2.2.3.RELEASE", "6.9"));
return Stream.of(Arguments.arguments("2.1.3.RELEASE", "5.6.4"), Arguments.arguments("2.2.3.RELEASE", "6.9.1"));
}

@ParameterizedTest(name = "Spring Boot {0}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void buildWriterIsContributed(String platformVersion) {

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"),
Arguments.arguments("2.2.3.RELEASE", "6.9"));
Arguments.arguments("2.2.3.RELEASE", "6.9.1"));
}

@ParameterizedTest(name = "Spring Boot {0}")
Expand Down

0 comments on commit a93a6d3

Please sign in to comment.