Raise the minimum supported version of Gradle 6 to 6.3

Closes gh-20532
This commit is contained in:
Andy Wilkinson
2020-03-31 18:51:45 +01:00
parent ac949d7851
commit 84e16d55ea
7 changed files with 38 additions and 21 deletions

View File

@@ -160,7 +160,8 @@ Advanced configuration options and examples are available in the {spring-boot-ma
[[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.x (5.6 is also supported but this support is deprecated and will be removed in a future release).
It requires Gradle 6 (6.3 or later).
Gradle 5.6.x is also supported but this support is deprecated and will be removed in a future release.
Please refer to the plugin's documentation to learn more:
* Reference ({spring-boot-gradle-plugin-docs}[HTML] and {spring-boot-gradle-plugin-pdfdocs}[PDF])

View File

@@ -41,7 +41,7 @@ Explicit build support is provided for the following build tools:
| 3.3+
| Gradle
| 6.x (5.6 is also supported but in a deprecated form)
| 6 (6.3 or later). 5.6.x is also supported but in a deprecated form
|===
@@ -195,8 +195,8 @@ In those cases, see <<using-spring-boot.adoc#using-boot-maven-without-a-parent>>
[[getting-started-gradle-installation]]
==== Gradle Installation
Spring Boot is compatible with 6.x.
5.6 is also supported but this support is deprecated and will be removed in a future release.
Spring Boot is compatible with Gradle 6 (6.3 or later).
Gradle 5.6.x is also supported but this support is deprecated and will be removed in a future release.
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`.