Skip to content

Commit 8c9557f

Browse files
larsgrefersnicoll
authored andcommitted
Enable Links for the Javadoc of the Gradle Plugins
See gh-31279
1 parent 186536e commit 8c9557f

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ javadoc {
9797
splitIndex = true
9898
use = true
9999
windowTitle = "Spring Boot Gradle Plugin ${project.version} API"
100+
links "https://docs.gradle.org/$gradle.gradleVersion/javadoc/"
101+
links "https://docs.oracle.com/javase/8/docs/api/"
100102
}
101103
}
102104

0 commit comments

Comments
 (0)