Skip to content

Commit 5780ed3

Browse files
committed
Merge pull request #14002 from qct:reference-fix-for-1.5.x
* pr/14002: Polish "Add table for supported build tools" Add table for supported build tools
2 parents 91fcec8 + dda66cc commit 5780ed3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,19 @@ diverge from the defaults.
3838
== System Requirements
3939
By default, Spring Boot {spring-boot-version} requires http://www.java.com[Java 7] and
4040
Spring Framework {spring-version} or above. You can use Spring Boot with Java 6 with some
41-
additional configuration. See <<howto.adoc#howto-use-java-6>> for more details. Explicit
42-
build support is provided for Maven (3.2+), and Gradle 2 (2.9 or later) and 3.
41+
additional configuration. See <<howto.adoc#howto-use-java-6>> for more details.
42+
43+
Explicit build support is provided for the following build tools:
44+
45+
|===
46+
|Build Tool |Version
47+
48+
|Maven
49+
|3.2+
50+
51+
|Gradle
52+
|[2.9, 3.x]
53+
|===
4354

4455
TIP: Although you can use Spring Boot with Java 6 or 7, we generally recommend Java 8 if
4556
at all possible.

0 commit comments

Comments
 (0)