Skip to content

Commit f506559

Browse files
committed
Merge pull request #19961 from dreis2211
* pr/19961: Fix Gradle plugin documentation links Closes gh-19961
2 parents 5221c2b + db2bacc commit f506559

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
@@ -97,7 +97,7 @@ endif::[]
9797
Applied in isolation the plugin makes few changes to a project.
9898
Instead, the plugin detects when certain other plugins are applied and reacts accordingly.
9999
For example, when the `java` plugin is applied a task for building an executable jar is automatically configured.
100-
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.
100+
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.
101101
For example:
102102

103103

0 commit comments

Comments
 (0)