This is an automated email from the ASF dual-hosted git repository.
payang pushed a commit to branch 4.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.1 by this push:
new 7848608e612 KAFKA-20046: switched the java version for streams-scala
from 17 to 11. (#21259)
7848608e612 is described below
commit 7848608e612d7eb6c341b786cacd79ade2fa0e1a
Author: Nikita Shupletsov <[email protected]>
AuthorDate: Tue Jan 6 22:29:15 2026 -0800
KAFKA-20046: switched the java version for streams-scala from 17 to 11.
(#21259)
Reviewers: Ken Huang <[email protected]>, Chia-Ping Tsai
<[email protected]>, PoAn Yang <[email protected]>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 02810a2c0e6..8011589c3f5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -47,7 +47,7 @@ ext {
gradleVersion = versions.gradle
minClientJavaVersion = 11
minNonClientJavaVersion = 17
- modulesNeedingJava11 = [":clients", ":generator", ":streams",
":streams:test-utils", ":streams-scala", ":test-common:test-common-util"]
+ modulesNeedingJava11 = [":clients", ":generator", ":streams",
":streams:test-utils", ":streams:streams-scala",
":test-common:test-common-util"]
buildVersionFileName = "kafka-version.properties"