Skip to content

Commit 376ef83

Browse files
committed
Merge branch '1.5.x' into 2.0.x
2 parents 3e09303 + 5780ed3 commit 376ef83

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,19 @@ configuration).
3939
[[getting-started-system-requirements]]
4040
== System Requirements
4141
Spring Boot {spring-boot-version} requires https://www.java.com[Java 8 or 9] and
42-
{spring-reference}[Spring Framework {spring-version}] or above. Explicit build support is
43-
provided for Maven 3.2+ and Gradle 4.
42+
{spring-reference}[Spring Framework {spring-version}] or above.
43+
44+
Explicit build support is provided for the following build tools:
45+
46+
|===
47+
|Build Tool |Version
48+
49+
|Maven
50+
|3.2+
51+
52+
|Gradle
53+
|4.x
54+
|===
4455

4556

4657

0 commit comments

Comments
 (0)