Skip to content

Commit f1d2e62

Browse files
committed
Fix duplicate javadoc in publication
1 parent 354277b commit f1d2e62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ plugins {
44
jacoco
55

66
kotlin("jvm") version "1.9.22"
7-
id("org.jetbrains.dokka") version "1.9.20"
87

98
id("org.jmailen.kotlinter") version "4.3.0"
109

@@ -74,7 +73,6 @@ java {
7473
targetCompatibility = javaVersion
7574

7675
withSourcesJar()
77-
withJavadocJar()
7876
}
7977

8078
tasks {

0 commit comments

Comments
 (0)