Enable Links for the Javadoc of the Gradle Plugins

See gh-31279
This commit is contained in:
Lars Grefer 2022-06-08 17:03:07 +02:00 committed by Stephane Nicoll
parent 186536e964
commit 8c9557f552
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ javadoc {
splitIndex = true splitIndex = true
use = true use = true
windowTitle = "Spring Boot Gradle Plugin ${project.version} API" windowTitle = "Spring Boot Gradle Plugin ${project.version} API"
links "https://docs.gradle.org/$gradle.gradleVersion/javadoc/"
links "https://docs.oracle.com/javase/8/docs/api/"
} }
} }