Raise the minimum supported version of Gradle to 3.4

Closes gh-7922
This commit is contained in:
Andy Wilkinson
2017-03-11 09:03:06 +00:00
parent b1f679b1c5
commit b35c162593
6 changed files with 17 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ diverge from the defaults.
== System Requirements
Spring Boot {spring-boot-version} requires http://www.java.com[Java 8] and Spring
Framework {spring-version} or above. Explicit build support is provided for Maven
(3.2+), and Gradle 2 (2.9 or later) and 3.
(3.2+), and Gradle 3 (3.4 or later).
[[getting-started-system-requirements-servlet-containers]]
@@ -184,8 +184,8 @@ scope.
[[getting-started-gradle-installation]]
==== Gradle installation
Spring Boot is compatible with Gradle 2 (2.9 or later) and Gradle 3. If you don't already
have Gradle installed you can follow the instructions at http://www.gradle.org/.
Spring Boot is compatible with Gradle 3 (3.4 or later). If you don't already have Gradle
installed you can follow the instructions at http://www.gradle.org/.
Spring Boot dependencies can be declared using the `org.springframework.boot` `group`.
Typically your project will declare dependencies to one or more