mjsax commented on code in PR #21168:
URL: https://github.com/apache/kafka/pull/21168#discussion_r2628221443
##########
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:
If I read this correctly, `org.openrewrite.rewrite` is newly added? Others
are just reordered.
I am not familiar with this package. Curious to hear from others about it.
--
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]