dejan2609 commented on code in PR #10967:
URL: https://github.com/apache/kafka/pull/10967#discussion_r1864985125


##########
build.gradle:
##########
@@ -143,6 +143,9 @@ ext {
     libs.junitPlatformLanucher,
     project(":test-common:test-common-runtime")
   ]
+
+  // See README.md for this build option details and example of usage
+  checkstyleVersion = project.hasProperty('checkstyleVersion') ? 
checkstyleVersion : versions.checkstyle

Review Comment:
   @chia7712 pushed, let me know what you think (eventually I will squash 
commits into one, of course).
   
   @romani we can continue our discussion related to fine-grained Checkstyle 
task(s); I will make a mental note to my self to open some tiket or draft some 
push request.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to