Skip to content

Commit

Permalink
Duplicate javadoc
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 ca9904f commit b3577c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions measure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ kotlin {
java {
// We add both the sources and the javadoc jar.
withSourcesJar()
withJavadocJar()
// withJavadocJar()
}

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

tasks.withType<Test> {
useJUnitPlatform()
Expand Down

0 comments on commit b3577c6

Please sign in to comment.