dejan2609 commented on code in PR #13306: URL: https://github.com/apache/kafka/pull/13306#discussion_r1118136738
########## build.gradle: ########## @@ -44,6 +44,14 @@ plugins { id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.0" } +spotlessCheck.enabled = false Review Comment: To be honest: this line is not necessary (given a fact that spotless gradle plugin 6.13.0 tasks can be run in isolation, but not combined with other tasks: https://github.com/diffplug/spotless/issues/1572) -- 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