Raise minimum supported version of Gradle
Closes gh-41180
This commit is contained in:
@@ -49,7 +49,7 @@ More details on getting started with Spring Boot and Maven can be found in the x
|
||||
[[getting-started.installing.java.gradle]]
|
||||
=== Gradle Installation
|
||||
|
||||
Spring Boot is compatible with Gradle 7.x (7.5 or later) and 8.x.
|
||||
Spring Boot is compatible with Gradle 7.x (7.6.4 or later) or 8.x (8.3 or 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`.
|
||||
|
||||
@@ -13,7 +13,7 @@ Explicit build support is provided for the following build tools:
|
||||
| 3.6.3 or later
|
||||
|
||||
| Gradle
|
||||
| 7.x (7.5 or later) and 8.x
|
||||
| Gradle 7.x (7.6.4 or later) or 8.x (8.3 or later)
|
||||
|===
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user