Skip to content

Commit b420bdb

Browse files
committed
Merge branch '2.1.x' into 2.2.x
Closes gh-19965
2 parents ef78228 + f506559 commit b420bdb

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/asciidoc

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/asciidoc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ endif::[]
8383
Applied in isolation the plugin makes few changes to a project.
8484
Instead, the plugin detects when certain other plugins are applied and reacts accordingly.
8585
For example, when the `java` plugin is applied a task for building an executable jar is automatically configured.
86-
A typical Spring Boot project will apply the {groovy-plugin}[`groovy`], {java-plugin}java_plugin.html[`java`], or {kotlin-plugin}[`org.jetbrains.kotlin.jvm`] plugin and the {dependency-management-plugin}[`io.spring.dependency-management`] plugin as a minimum.
86+
A typical Spring Boot project will apply the {groovy-plugin}[`groovy`], {java-plugin}[`java`], or {kotlin-plugin}[`org.jetbrains.kotlin.jvm`] plugin and the {dependency-management-plugin}[`io.spring.dependency-management`] plugin as a minimum.
8787
For example:
8888

8989

0 commit comments

Comments
 (0)