MINOR: Run javadoc as part of check task (#18863)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Greg Harris <greg.harris@aiven.io>, David Arthur <mumrah@gmail.com>
This commit is contained in:
Parker Chang 2025-02-13 21:53:44 +08:00 committed by GitHub
parent a13d815a0d
commit d981feb2ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ subprojects {
task docsJar(dependsOn: javadocJar)
test.dependsOn('javadoc')
check.dependsOn('javadoc')
task systemTestLibs(dependsOn: jar)