Skip to content

Commit 9924163

Browse files
committed
docs fix
1 parent 2b4611d commit 9924163

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ val dokkaGeneratePublicationHtml by
3535
tasks.existing(DokkaGeneratePublicationTask::class)
3636

3737
// dokka as javadoc
38+
tasks.withType<GenerateModuleMetadata>().configureEach {
39+
dependsOn(dokkaGeneratePublicationHtml)
40+
}
41+
3842
tasks.named<Jar>("javadocJar") {
3943
dependsOn(dokkaGeneratePublicationHtml)
4044
from(dokkaGeneratePublicationHtml.flatMap { it.outputDirectory })

0 commit comments

Comments
 (0)