File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -164,11 +164,14 @@ Advanced configuration options and examples are available in the
164
164
165
165
[[build-tool-plugins-gradle-plugin]]
166
166
== Spring Boot Gradle plugin
167
- The {spring-boot-gradle-plugin}[Spring Boot Gradle Plugin] provides Spring Boot support
168
- in Gradle, allowing you to package executable jar or war archives, run Spring Boot
169
- applications and use the dependency management provided by `spring-boot-dependencies`.
170
- It requires Gradle 3.4 or later. Please refer to the {spring-boot-gradle-plugin}[plugin's
171
- documentation] to learn more.
167
+ The Spring Boot Gradle Plugin provides Spring Boot support in Gradle, allowing you to
168
+ package executable jar or war archives, run Spring Boot applications and use the
169
+ dependency management provided by `spring-boot-dependencies`. It requires Gradle 3.4 or
170
+ later. Please refer to the plugin's documentation to learn more:
171
+
172
+ * Reference ({spring-boot-gradle-plugin}/reference/html[HTML] and
173
+ {spring-boot-gradle-plugin}/reference/pdf/spring-boot-gradle-plugin-reference.pdf[PDF])
174
+ * {spring-boot-gradle-plugin}/api[API]
172
175
173
176
174
177
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The curated list contains all the spring modules that you can use with Spring Bo
42
42
well as a refined list of third party libraries. The list is available as a standard
43
43
<<using-boot-maven-without-a-parent,Bills of Materials (`spring-boot-dependencies`)>>
44
44
that can be used with both <<using-boot-maven-parent-pom,Maven>> and
45
- {spring -boot-gradle-plugin}[ Gradle] .
45
+ <<using -boot-gradle, Gradle>> .
46
46
47
47
WARNING: Each release of Spring Boot is associated with a base version of the Spring
48
48
Framework so we **highly** recommend you to not specify its version on your own.
@@ -194,10 +194,12 @@ the parent.
194
194
195
195
[[using-boot-gradle]]
196
196
=== Gradle
197
- To learn about using Spring Boot with Gradle, please refer to the
198
- {spring-boot-gradle-plugin}[documentation for Spring Boot's Gradle plugin].
199
-
197
+ To learn about using Spring Boot with Gradle, please refer to the documentation for
198
+ Spring Boot's Gradle plugin:
200
199
200
+ * Reference ({spring-boot-gradle-plugin}/reference/html[HTML] and
201
+ {spring-boot-gradle-plugin}/reference/pdf/spring-boot-gradle-plugin-reference.pdf[PDF])
202
+ * {spring-boot-gradle-plugin}/api[API]
201
203
202
204
[[using-boot-ant]]
203
205
=== Ant
You can’t perform that action at this time.
0 commit comments