ijuma commented on a change in pull request #10386:
URL: https://github.com/apache/kafka/pull/10386#discussion_r600471543



##########
File path: build.gradle
##########
@@ -167,6 +167,10 @@ if (file('.git').exists()) {
   }
 }
 
+// Apply 'java' to the root project so that the root-level task 
'aggregatedJavadoc' can depend on compileJava
+// Weirdly, this seems to be required for some people, but not others. It 
doesn't seem to be harmful to add it
+// here, in any case.
+apply plugin: 'java'

Review comment:
       Things have changed a bit in master, so I submitted a separate PR for 
that https://github.com/apache/kafka/pull/10394/files




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to