Skip to content

Commit

Permalink
Fix duplicate javadoc in publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Mar 25, 2024
1 parent 354277b commit f1d2e62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
jacoco

kotlin("jvm") version "1.9.22"
id("org.jetbrains.dokka") version "1.9.20"

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

Expand Down Expand Up @@ -74,7 +73,6 @@ java {
targetCompatibility = javaVersion

withSourcesJar()
withJavadocJar()
}

tasks {
Expand Down

0 comments on commit f1d2e62

Please sign in to comment.