Temporarily remove reference to Spring Framework's Javadoc
Issue: SPR-16687
This commit is contained in:
parent
40d5e7cc80
commit
3fb8d16ff7
|
@ -69,9 +69,6 @@ dokka {
|
|||
def kotlinDirs = project.sourceSets.main.kotlin.srcDirs.collect()
|
||||
kotlinDirs -= project.sourceSets.main.java.srcDirs
|
||||
})
|
||||
externalDocumentationLink {
|
||||
url = new URL("http://docs.spring.io/spring-framework/docs/${version}/javadoc-api/")
|
||||
}
|
||||
externalDocumentationLink {
|
||||
url = new URL("http://projectreactor.io/docs/core/release/api/")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue