Skip to content

Commit

Permalink
add withJavadocJar() back
Browse files Browse the repository at this point in the history
  • Loading branch information
nbransby authored Mar 31, 2024
1 parent 92b4fa8 commit f9e3771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version = project.property("version") as String

java {
withSourcesJar()
// withJavadocJar()
withJavadocJar()
sourceCompatibility = JavaVersion.VERSION_11
}

Expand Down Expand Up @@ -211,4 +211,4 @@ tasks.withType<com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
outputFormatter = "plain,html"
outputDir = "build/dependency-reports"
reportfileName = "dependency-updates"
}
}

0 comments on commit f9e3771

Please sign in to comment.