Skip to content

Commit c401017

Browse files
committed
Make sonatype release checks happy by adding useless javadoc
1 parent 4f96d9d commit c401017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ java {
9696
languageVersion.set(JavaLanguageVersion.of(17))
9797
}
9898
withSourcesJar()
99+
withJavadocJar()
99100
}
100101

101102
tasks.withType(Jar).configureEach {

0 commit comments

Comments
 (0)