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


##########
build.gradle:
##########
@@ -124,7 +124,9 @@ ext {
     def releaseVersion = modulesNeedingJava11.any { projectPath == it } ? 
minClientJavaVersion : minNonClientJavaVersion
 
     options.compilerArgs << "-encoding" << "UTF-8"
-    options.release = releaseVersion
+    // Gradle does not support the `release` configuration when performing 
joint Java-Scala compilation. For more details, refer to 
https://github.com/gradle/gradle/issues/13762.

Review Comment:
   This line is a bit long 



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