Document support for Gradle 8

Closes gh-34458
This commit is contained in:
Andy Wilkinson
2023-03-03 10:42:28 +00:00
parent 4f7e038f14
commit 68a1dd3a76
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[[build-tool-plugins.gradle]]
== Spring Boot Gradle Plugin
The Spring Boot Gradle Plugin provides Spring Boot support in Gradle, letting you package executable jar or war archives, run Spring Boot applications, and use the dependency management provided by `spring-boot-dependencies`.
It requires Gradle 6.8, 6.9, or 7.x.
It requires Gradle 6.8, 6.9, 7.x, or 8.x.
See the plugin's documentation to learn more:
* Reference ({spring-boot-gradle-plugin-docs}[HTML] and {spring-boot-gradle-plugin-pdfdocs}[PDF])