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

@@ -2,6 +2,6 @@
= Introduction
The Spring Boot Gradle Plugin provides Spring Boot support in https://gradle.org[Gradle].
It allows you to package executable jar or war archives, run Spring Boot applications, and use the dependency management provided by `spring-boot-dependencies`.
Spring Boot's Gradle plugin requires Gradle 6.8, 6.9, or 7.x and can be used with Gradle's {gradle-userguide}/configuration_cache.html[configuration cache].
Spring Boot's Gradle plugin requires Gradle 6.8, 6.9, 7.x, or 8.x and can be used with Gradle's {gradle-userguide}/configuration_cache.html[configuration cache].
In addition to this user guide, {api-documentation}[API documentation] is also available.