mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
updated jackson-core api documentation to 2.9
This commit is contained in:
parent
b4e96778bf
commit
4d082556d9
@ -46,7 +46,7 @@ task dokkaJavadoc(type: org.jetbrains.dokka.gradle.DokkaTask) {
|
||||
includes = ['packages.md']
|
||||
jdkVersion = 8
|
||||
externalDocumentationLink {
|
||||
url = new URL("http://fasterxml.github.io/jackson-core/javadoc/2.8/")
|
||||
url = new URL("http://fasterxml.github.io/jackson-core/javadoc/2.9/")
|
||||
}
|
||||
externalDocumentationLink {
|
||||
url = new URL("https://docs.oracle.com/javafx/2/api/")
|
||||
|
Loading…
Reference in New Issue
Block a user