Skip to content

Commit

Permalink
Fix doc on gradle plugin version and run on gradle 8.5 rc4 (#2721)
Browse files Browse the repository at this point in the history
* [build] Bump gradle to 8.5 RC4

* [docs] Correct gradle plugin version used
  • Loading branch information
hazendaz committed Nov 29, 2023
1 parent e3d4f6e commit a659725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'version' : '4.8',
'full_version' : '4.8.1',
'maven_plugin_version' : '4.8.1.0',
'gradle_plugin_version' : '6.0.0',
'gradle_plugin_version' : '6.0.0-rc.3',
'archetype_version' : '0.2.3'
}

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.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit a659725

Please sign in to comment.