gongxuanzhang commented on code in PR #16172:
URL: https://github.com/apache/kafka/pull/16172#discussion_r1630503288
##########
build.gradle:
##########
@@ -853,8 +851,8 @@ subprojects {
skipProjects = [ ":jmh-benchmarks", ":trogdor" ]
skipConfigurations = [ "zinc" ]
}
-
- if(JavaVersion.current().isJava11Compatible() && project.path !in
excludedSpotlessModules) {
+ // current spotless work error in JDK21,upgrade spotless version when kafka
drop support JDK8
Review Comment:
i will update comment
--
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]