Raise the minimum supported version of Gradle to 4.4
Closes gh-14418
This commit is contained in:
@@ -168,7 +168,7 @@ Advanced configuration options and examples are available in the
|
||||
== 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 4.0 or later. Please
|
||||
management provided by `spring-boot-dependencies`. It requires Gradle 4.4 or later. Please
|
||||
refer to the plugin's documentation to learn more:
|
||||
|
||||
* Reference ({spring-boot-gradle-plugin}/reference/html[HTML] and
|
||||
|
||||
@@ -50,7 +50,7 @@ Explicit build support is provided for the following build tools:
|
||||
|3.2+
|
||||
|
||||
|Gradle
|
||||
|4.x
|
||||
|4.4+
|
||||
|===
|
||||
|
||||
|
||||
@@ -199,8 +199,8 @@ scope.
|
||||
|
||||
[[getting-started-gradle-installation]]
|
||||
==== Gradle Installation
|
||||
Spring Boot is compatible with Gradle 4. If you do not already have Gradle installed, you
|
||||
can follow the instructions at https://gradle.org.
|
||||
Spring Boot is compatible with Gradle 4.4 and later. 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`.
|
||||
Typically, your project declares dependencies to one or more
|
||||
|
||||
Reference in New Issue
Block a user