Fix dokka task for Java 15 JavaDoc style

This commit is contained in:
Artem Bilan
2020-12-03 13:41:54 -05:00
parent 32ba5effbf
commit b9190c8a13

View File

@@ -1085,7 +1085,7 @@ dokka {
moduleName = 'spring-integration'
externalDocumentationLink {
url = new URL("https://docs.spring.io/spring-integration/docs/$version/api/")
packageListUrl = new File(buildDir, "api/package-list").toURI().toURL()
packageListUrl = new File(buildDir, "api/element-list").toURI().toURL()
}
externalDocumentationLink {
url = new URL('https://docs.spring.io/spring-framework/docs/current/javadoc-api/')