cshannon commented on code in PR #16754:
URL: https://github.com/apache/kafka/pull/16754#discussion_r1811569693
##########
build.gradle:
##########
@@ -318,6 +318,18 @@ subprojects {
options.compilerArgs << "-Werror"
options.release = minJavaVersion
addParametersForTests(name, options)
+
+ // Todo: Do we need to separate some components to not require JDK 17? For
example,
+ // streams had to be bumped becuase of the dependency on tools.
Review Comment:
I can just keep this PR open until we are unblocked and periodically update
it by merging trunk into the PR to make sure I resolve any conflicts so not a
huge deal.
--
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]