Skip to content

Commit

Permalink
Test against Gradle 8.8
Browse files Browse the repository at this point in the history
Closes gh-111
  • Loading branch information
ciscoo committed Jun 8, 2024
1 parent 203a7e8 commit 0753dc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public final class GradleCompatibilityExtension implements TestTemplateInvocatio
private final List<String> gradleVersions;

public GradleCompatibilityExtension() {
this.gradleVersions = List.of("8.4", "8.5", "8.6", "current");
this.gradleVersions = List.of("8.4", "8.5", "8.6", "8.7", "current");
}

public GradleCompatibilityExtension(String... versions) {
Expand Down
1 change: 1 addition & 0 deletions documentation/src/docs/asciidoc/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ a|
- 8.4
- 8.5
- 8.6
- 8.7
- {current-gradle-version}
|===

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
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
2 changes: 1 addition & 1 deletion gradlew
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

0 comments on commit 0753dc6

Please sign in to comment.