ijuma commented on code in PR #14796:
URL: https://github.com/apache/kafka/pull/14796#discussion_r1398292085
##########
build.gradle:
##########
@@ -1670,6 +1714,10 @@ project(':server-common') {
checkstyle {
configProperties =
checkstyleConfigProperties("import-control-server-common.xml")
}
+
+ javadoc {
+ enabled = false
Review Comment:
We don't have public classes in `server-common`, so make it explicit that
javadoc should not be published.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]