Skip to content

Commit 2b3b8ae

Browse files
committed
Added Dokka documentation
1 parent 38b27fd commit 2b3b8ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
// This is used to publish the documentation along with the library.
4444
tasks.register<Jar>("javadocJar") {
4545
dependsOn(tasks.named("dokkaHtml"))
46-
from(tasks.named<org.jetbrains.dokka.gradle.DokkaTask>("dokkaHtml").flatMap { it.outputDirectory })
46+
from(tasks.named<org.jetbrains.dokka.gradle.DokkaTask>("dokkaGenerateHtml").flatMap { it.outputDirectory })
4747
archiveClassifier.set("javadoc")
4848
}
4949

0 commit comments

Comments
 (0)