Skip to content

Commit

Permalink
disable "withJavadocJar" task
Browse files Browse the repository at this point in the history
  • Loading branch information
mskopp committed Oct 27, 2021
1 parent 357a064 commit 08037e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ targetCompatibility = javaTarget

java {
withSourcesJar() // to get a "sourcesJar" task
withJavadocJar() // to get a "javadocJar" task
}

tasks.withType(Jar) {
Expand Down

0 comments on commit 08037e2

Please sign in to comment.