Skip to content

Commit

Permalink
Merge pull request spring-projects#19961 from dreis2211
Browse files Browse the repository at this point in the history
* pr/19961:
  Fix Gradle plugin documentation links

Closes spring-projectsgh-19961
  • Loading branch information
snicoll committed Jan 28, 2020
2 parents 5221c2b + db2bacc commit f506559
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ endif::[]
Applied in isolation the plugin makes few changes to a project.
Instead, the plugin detects when certain other plugins are applied and reacts accordingly.
For example, when the `java` plugin is applied a task for building an executable jar is automatically configured.
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.
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.
For example:


Expand Down

0 comments on commit f506559

Please sign in to comment.