Support Gradle 7 and raise minimum supported version to 6.8
Closes gh-26026
This commit is contained in:
@@ -23,7 +23,7 @@ Please refer to the plugin's documentation to learn more:
|
||||
[[build-tool-plugins-gradle-plugin]]
|
||||
== 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 (6.3 or later).
|
||||
It requires Gradle 6.8 or 7.x.
|
||||
Please refer to the plugin's documentation to learn more:
|
||||
|
||||
* Reference ({spring-boot-gradle-plugin-docs}[HTML] and {spring-boot-gradle-plugin-pdfdocs}[PDF])
|
||||
|
||||
@@ -41,7 +41,7 @@ Explicit build support is provided for the following build tools:
|
||||
| 3.3+
|
||||
|
||||
| Gradle
|
||||
| 6 (6.3 or later)
|
||||
| 6.8.x and 7.x
|
||||
|===
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ More details on getting started with Spring Boot and Maven can be found in the {
|
||||
|
||||
[[getting-started-gradle-installation]]
|
||||
==== Gradle Installation
|
||||
Spring Boot is compatible with Gradle 6 (6.3 or later).
|
||||
Spring Boot is compatible with Gradle 6.8 and 7.x.
|
||||
If you do not already have Gradle installed, you can follow the instructions at https://gradle.org.
|
||||
|
||||
Spring Boot dependencies can be declared by using the `org.springframework.boot` `group`.
|
||||
|
||||
Reference in New Issue
Block a user