Rename dokka output directory to kdoc

Signed-off-by: Graham <gpe@openrs2.dev>
pull/105/head
Graham 4 years ago
parent e50616a565
commit ff96cf70a2
  1. 2
      build.gradle.kts

@ -211,7 +211,7 @@ fun commitHash(): String {
}
tasks.dokka {
outputDirectory = "${project.buildDir}/dokka"
outputDirectory = "${project.buildDir}/kdoc"
outputFormat = "html"
subProjects = subprojects.filter { it.free && it.name != "deob-annotations" }.map { it.name }

Loading…
Cancel
Save