This is an automated email from the ASF dual-hosted git repository. davidarthur pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push: new d981feb2aed MINOR: Run javadoc as part of check task (#18863) d981feb2aed is described below commit d981feb2aedc8a21860a821b76280204bfd3f1d3 Author: Parker Chang <45290853+parkerhip...@users.noreply.github.com> AuthorDate: Thu Feb 13 21:53:44 2025 +0800 MINOR: Run javadoc as part of check task (#18863) Reviewers: Chia-Ping Tsai <chia7...@gmail.com>, Greg Harris <greg.har...@aiven.io>, David Arthur <mum...@gmail.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8d82b6f02ed..7d335c4040d 100644 --- a/build.gradle +++ b/build.gradle @@ -709,7 +709,7 @@ subprojects { task docsJar(dependsOn: javadocJar) - test.dependsOn('javadoc') + check.dependsOn('javadoc') task systemTestLibs(dependsOn: jar)