chia7712 commented on PR #18104:
URL: https://github.com/apache/kafka/pull/18104#issuecomment-2542823094

   This change breaks the "version" used by joint compilation, resulting in the 
Java code in the core module being compiled into incorrect byte-code. I have 
opened [KAFKA-18242](https://issues.apache.org/jira/browse/KAFKA-18242) to 
address this issue. As a simple solution, we need to add `options.compilerArgs 
+= ["--release", String.valueOf(releaseVersion)]` back to the Scala compiler 
due to [Gradle issue #13762](https://github.com/gradle/gradle/issues/13762).


-- 
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]

Reply via email to