Skip to content

Commit

Permalink
Upgrade to Gradle 8.7
Browse files Browse the repository at this point in the history
Closes gh-104
  • Loading branch information
ciscoo committed Mar 23, 2024
1 parent edc7ffc commit 40486c2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 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", "current", "8.7-rc-2");
this.gradleVersions = List.of("8.4", "8.5", "8.6", "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 @@ -59,6 +59,7 @@ The CXF Codegen Gradle plugin supports the following Gradle versions:
a|
- 8.4
- 8.5
- 8.6
- {current-gradle-version}
|===

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 40486c2

Please sign in to comment.