Skip to content

Commit

Permalink
Upgrade to Gradle 8.8
Browse files Browse the repository at this point in the history
Closes gh-1537
  • Loading branch information
mhalbritter committed Jun 3, 2024
1 parent 12bfadc commit ea1c368
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
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.7"));
Arguments.arguments("2.7.10", "8.8"));
}

@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.7"));
Arguments.arguments("2.7.10", "8.8"));
}

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

0 comments on commit ea1c368

Please sign in to comment.