Document support for Gradle 5

Closes gh-15358
This commit is contained in:
Andy Wilkinson
2020-06-08 14:29:07 +01:00
parent 6a9450ee8b
commit 020a47ba3e
3 changed files with 5 additions and 5 deletions

View File

@@ -36,8 +36,8 @@ Andy Wilkinson
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 4.4 or later.
If you choose to use the newer Kotlin DSL, it requires Gradle 4.10 or later.
Spring Boot's Gradle plugin requires Gradle 4.x (4.4 or later) or 5.x.
If you choose to use the newer Kotlin DSL, it requires Gradle 4.10 or 5.x.
In addition to this user guide, {api-documentation}[API documentation] is also available.