Skip to content

Commit

Permalink
Make sonatype release checks happy by adding useless javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed Mar 30, 2024
1 parent 4f96d9d commit c401017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ java {
languageVersion.set(JavaLanguageVersion.of(17))
}
withSourcesJar()
withJavadocJar()
}

tasks.withType(Jar).configureEach {
Expand Down

0 comments on commit c401017

Please sign in to comment.