Skip to content

Commit

Permalink
Use Gradle 8.10.1 for generated projects
Browse files Browse the repository at this point in the history
Closes gh-1568
  • Loading branch information
mhalbritter committed Sep 10, 2024
1 parent 049b164 commit 96be658
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,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void buildWriterIsContributed(String platformVersion) {

static Stream<Arguments> gradleWrapperParameters() {
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.3"), Arguments.arguments("2.5.0", "7.6.3"),
Arguments.arguments("2.7.10", "8.10"));
Arguments.arguments("2.7.10", "8.10.1"));
}

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

static Stream<Arguments> gradleWrapperParameters() {
return Stream.of(Arguments.arguments("2.2.3.RELEASE", "6.9.3"), Arguments.arguments("2.5.0", "7.6.3"),
Arguments.arguments("2.7.10", "8.10"));
Arguments.arguments("2.7.10", "8.10.1"));
}

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

0 comments on commit 96be658

Please sign in to comment.