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

@@ -41,7 +41,8 @@ Andy Wilkinson, Scott Frederick
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.x (5.6 is also supported but this support is deprecated and will be removed in a future release).
Spring Boot's Gradle plugin requires Gradle 6 (6.3 or later).
Gradle 5.6 is also supported but this support is deprecated and will be removed in a future release.
In addition to this user guide, {api-documentation}[API documentation] is also available.