Enable Links for the Javadoc of the Gradle Plugins

See gh-31279
pull/31676/head
Lars Grefer 2 years ago committed by Stephane Nicoll
parent 186536e964
commit 8c9557f552

@ -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/"
} }
} }

Loading…
Cancel
Save