1 parent 38b27fd commit 2b3b8aeCopy full SHA for 2b3b8ae
1 file changed
extensions/build.gradle.kts
@@ -43,7 +43,7 @@ dependencies {
43
// This is used to publish the documentation along with the library.
44
tasks.register<Jar>("javadocJar") {
45
dependsOn(tasks.named("dokkaHtml"))
46
- from(tasks.named<org.jetbrains.dokka.gradle.DokkaTask>("dokkaHtml").flatMap { it.outputDirectory })
+ from(tasks.named<org.jetbrains.dokka.gradle.DokkaTask>("dokkaGenerateHtml").flatMap { it.outputDirectory })
47
archiveClassifier.set("javadoc")
48
}
49
0 commit comments