Pankraz76 commented on code in PR #21168:
URL: https://github.com/apache/kafka/pull/21168#discussion_r2628236715


##########
build.gradle:
##########
@@ -29,20 +29,22 @@ buildscript {
 }
 
 plugins {
-  id 'com.github.ben-manes.versions' version '0.53.0'
   id 'idea'
   id 'jacoco'
   id 'java-library'
+  id 'com.diffplug.spotless' version '8.1.0'
+  id 'com.github.ben-manes.versions' version '0.53.0'
+  id 'com.github.spotbugs' version '6.4.4' apply false
+  id 'com.gradleup.shadow' version '8.3.9' apply false
+  id 'io.swagger.core.v3.swagger-gradle-plugin' version "${swaggerVersion}"
+  id 'org.nosphere.apache.rat' version '0.8.1'
+  id 'org.openrewrite.rewrite' version '7.22.0' apply false

Review Comment:
   correct. This tool yet another SCA already running in 
[checkstyle](https://github.com/checkstyle/checkstyle/blob/e2c1b6a8cd1ea056a4ec275e319442ef6617014f/rewrite.yml#L20)
 and [spotless](https://github.com/diffplug/spotless/pull/2756). 
   
   Highly welcome any feedback, thx.



-- 
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: [email protected]

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

Reply via email to