dongjinleekr commented on a change in pull request #10428:
URL: https://github.com/apache/kafka/pull/10428#discussion_r648427370



##########
File path: build.gradle
##########
@@ -604,6 +625,9 @@ subprojects {
     description = 'Run checkstyle on all main Java sources'
   }
 
+  checkstyleMain.dependsOn('spotlessApply')
+  checkstyleTest.dependsOn('spotlessApply')

Review comment:
       Yes, we need this configuration; These dependencies are applied to the 
whole project, not core module only.




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