Skip to content

Commit

Permalink
DokkaHtml?
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Mulders <[email protected]>
  • Loading branch information
gmulders committed Dec 15, 2024
1 parent 1b039ea commit ca9904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion measure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ java {

// This task is added by Gradle when we use java.withJavadocJar()
val javadocJar = tasks.named<Jar>("javadocJar") {
from(tasks.named("dokkaJavadoc"))
from(tasks.named<DokkaTask>("dokkaHtml"))
}

tasks.withType<Test> {
Expand Down

0 comments on commit ca9904f

Please sign in to comment.