Remove Dokka linking that didn't work anyways
This commit is contained in:
parent
ab615127b9
commit
1fc08b80a1
1 changed files with 2 additions and 0 deletions
|
|
@ -10,10 +10,12 @@ tasks {
|
|||
withType<DokkaTask>().configureEach {
|
||||
dokkaSourceSets.getByName("main") {
|
||||
includes.from(layout.projectDirectory.file("src/main/descriptions.md").toString())
|
||||
/*
|
||||
externalDocumentationLink {
|
||||
url.set(URL("https://javadoc.commandframework.cloud/")) //todo fix KDoc linking to JavaDoc
|
||||
packageListUrl.set(URL("https://javadoc.commandframework.cloud/allpackages-index.html"))
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
javadocJar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue