Merge pull request #31279 from larsgrefer

* pr/31279:
  Enable Links for the Javadoc of the Gradle Plugins

Closes gh-31279
This commit is contained in:
Stephane Nicoll 2022-06-13 15:51:33 +02:00
commit 1dea328c04
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ javadoc {
splitIndex = true
use = true
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/"
}
}