Skip to content

Commit 6a95f44

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-34462
2 parents 03dd666 + 68a1dd3 commit 6a95f44

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/build-tool-plugins/gradle.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[build-tool-plugins.gradle]]
22
== Spring Boot Gradle Plugin
33
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`.
4-
It requires Gradle 7.x (7.5 or later).
4+
It requires Gradle 7.x (7.5 or later) or 8.x.
55
See the plugin's documentation to learn more:
66

77
* Reference ({spring-boot-gradle-plugin-docs}[HTML] and {spring-boot-gradle-plugin-pdfdocs}[PDF])

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ More details on getting started with Spring Boot and Maven can be found in the {
4545

4646
[[getting-started.installing.java.gradle]]
4747
==== Gradle Installation
48-
Spring Boot is compatible with Gradle 7.x (7.5 or later).
48+
Spring Boot is compatible with Gradle 7.x (7.5 or later) and 8.x.
4949
If you do not already have Gradle installed, you can follow the instructions at https://gradle.org.
5050

5151
Spring Boot dependencies can be declared by using the `org.springframework.boot` `group`.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Explicit build support is provided for the following build tools:
1212
| 3.5+
1313

1414
| Gradle
15-
| 7.x (7.5 or later)
15+
| 7.x (7.5 or later) and 8.x
1616
|===
1717

1818

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/introduction.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
= Introduction
33
The Spring Boot Gradle Plugin provides Spring Boot support in https://gradle.org[Gradle].
44
It allows you to package executable jar or war archives, run Spring Boot applications, and use the dependency management provided by `spring-boot-dependencies`.
5-
Spring Boot's Gradle plugin requires Gradle 7.x (7.5 or later) and can be used with Gradle's {gradle-userguide}/configuration_cache.html[configuration cache].
5+
Spring Boot's Gradle plugin requires Gradle 7.x (7.5 or later) or 8.x and can be used with Gradle's {gradle-userguide}/configuration_cache.html[configuration cache].
66

77
In addition to this user guide, {api-documentation}[API documentation] is also available.

0 commit comments

Comments
 (0)