chia7712 commented on code in PR #17522:
URL: https://github.com/apache/kafka/pull/17522#discussion_r1854274097
##########
build.gradle:
##########
@@ -770,10 +778,9 @@ subprojects {
scalaCompileOptions.additionalParameters += ["-opt-warnings",
"-Xlint:strict-unsealed-patmat"]
// Scala 2.13.2 introduces compiler warnings suppression, which is a
pre-requisite for -Xfatal-warnings
scalaCompileOptions.additionalParameters += ["-Xfatal-warnings"]
+ scalaCompileOptions.additionalParameters += ["--release",
String.valueOf(releaseVersion)]
- scalaCompileOptions.additionalParameters += ["-release",
String.valueOf(minJavaVersion)]
Review Comment:
`streams-scala` and `streams:test-utils` need java 11
--
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]