Skip to content

Commit 1dea328

Browse files
committed
Merge pull request #31279 from larsgrefer
* pr/31279: Enable Links for the Javadoc of the Gradle Plugins Closes gh-31279
2 parents 186536e + 8c9557f commit 1dea328

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)