Skip to content

Commit

Permalink
Fix javadocJar task
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantis committed Mar 20, 2024
1 parent 77a4b40 commit 9002a36
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ signing {
}

java {
withJavadocJar()
withSourcesJar()
}

Expand Down Expand Up @@ -64,7 +63,6 @@ publishing {
}

publications.withType<MavenPublication>().configureEach {
//if (Ci.isRelease)
// Add javadoc so Maven Central will accept the publication
artifact(javadocJar)

Expand Down

0 comments on commit 9002a36

Please sign in to comment.