You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2020/06/25 18:59:13 UTC

[GitHub] [samza] cameronlee314 commented on a change in pull request #1394: SAMZA-2551: Upgrade all modules to automatically use checkstyle 6.11.2 (part 3: includes samza-kafka)

cameronlee314 commented on a change in pull request #1394:
URL: https://github.com/apache/samza/pull/1394#discussion_r445774397



##########
File path: build.gradle
##########
@@ -422,6 +423,11 @@ project(":samza-kafka_$scalaSuffix") {
     testRuntime "org.slf4j:slf4j-simple:$slf4jVersion"
   }
 
+  checkstyle {
+    configFile = new File(rootDir, "checkstyle/checkstyle.xml")
+    toolVersion = "$checkstyleVersion"

Review comment:
       It is set in `gradle.properties`.




----------------------------------------------------------------
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:
users@infra.apache.org