Skip to content

Commit db2bacc

Browse files
dreis2211snicoll
authored andcommitted
Fix Gradle plugin documentation links
See gh-19961
1 parent 5221c2b commit db2bacc

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)