Skip to content

Commit 020a47b

Browse files
committed
Document support for Gradle 5
Closes gh-15358
1 parent 6a9450e commit 020a47b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Advanced configuration options and examples are available in the {spring-boot-ma
162162
[[build-tool-plugins-gradle-plugin]]
163163
== Spring Boot Gradle Plugin
164164
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`.
165-
It requires Gradle 4.4 or later.
165+
It requires Gradle 4.x (4.4 or later) or 5.x.
166166
Please refer to the plugin's documentation to learn more:
167167

168168
* Reference ({spring-boot-gradle-plugin-docs}[HTML] and {spring-boot-gradle-plugin-pdfdocs}[PDF])

spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Explicit build support is provided for the following build tools:
4343
| 3.3+
4444

4545
| Gradle
46-
| 4.4+
46+
| 4.x (4.4 and later) and 5.x
4747
|===
4848

4949

@@ -197,7 +197,7 @@ In those cases, see <<using-boot-maven-without-a-parent>> for an alternative sol
197197

198198
[[getting-started-gradle-installation]]
199199
==== Gradle Installation
200-
Spring Boot is compatible with Gradle 4.4 and later.
200+
Spring Boot is compatible with Gradle 4.x (4.4 and later) and 5.x.
201201
If you do not already have Gradle installed, you can follow the instructions at https://gradle.org.
202202

203203
Spring Boot dependencies can be declared by using the `org.springframework.boot` `group`.

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/asciidoc/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Andy Wilkinson
3636

3737
The Spring Boot Gradle Plugin provides Spring Boot support in https://gradle.org[Gradle].
3838
It allows you to package executable jar or war archives, run Spring Boot applications, and use the dependency management provided by `spring-boot-dependencies`.
39-
Spring Boot's Gradle plugin requires Gradle 4.4 or later.
40-
If you choose to use the newer Kotlin DSL, it requires Gradle 4.10 or later.
39+
Spring Boot's Gradle plugin requires Gradle 4.x (4.4 or later) or 5.x.
40+
If you choose to use the newer Kotlin DSL, it requires Gradle 4.10 or 5.x.
4141

4242
In addition to this user guide, {api-documentation}[API documentation] is also available.
4343

0 commit comments

Comments
 (0)