You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "chia7712 (via GitHub)" <gi...@apache.org> on 2023/02/26 20:36:07 UTC

[GitHub] [kafka] chia7712 commented on a diff in pull request #13311: MINOR: Enable spotless for streams-scala when Java 11+ is used

chia7712 commented on code in PR #13311:
URL: https://github.com/apache/kafka/pull/13311#discussion_r1118148218


##########
build.gradle:
##########
@@ -2116,6 +2109,17 @@ project(':streams:streams-scala') {
     dependsOn 'copyDependantLibs'
   }
 
+  // spotless 6.14 requires Java 11 at runtime
+  if (JavaVersion.current().isJava11Compatible()) {

Review Comment:
   Does it imply the developers who want to contribute code to streams-scala must use JDK11 as our Ci will check that?



-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org