Enable Links for the Javadoc of the Gradle Plugins
See gh-31279
This commit is contained in:
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…
Reference in New Issue