This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/4.0 by this push:
     new 6eca02363d2 KAFKA-20046 switched the java version for streams-scala 
from 17 to 11. (#21260)
6eca02363d2 is described below

commit 6eca02363d27c2a5eadf8c0a2326d818d7a628c6
Author: Nikita Shupletsov <[email protected]>
AuthorDate: Tue Jan 6 23:41:52 2026 -0800

    KAFKA-20046 switched the java version for streams-scala from 17 to 11. 
(#21260)
    
    Reviewers: PoAn Yang <[email protected]>, TaiJuWu <[email protected]>,
    Chia-Ping Tsai <[email protected]>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 081b78991dd..813544ca12f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -51,7 +51,7 @@ ext {
   gradleVersion = versions.gradle
   minClientJavaVersion = 11
   minNonClientJavaVersion = 17
-  modulesNeedingJava11 = [":clients", ":examples", ":generator", ":streams", 
":streams:examples", ":streams:test-utils", ":streams-scala", 
":test-common:test-common-util"]
+  modulesNeedingJava11 = [":clients", ":examples", ":generator", ":streams", 
":streams:examples", ":streams:test-utils", ":streams:streams-scala", 
":test-common:test-common-util"]
 
   buildVersionFileName = "kafka-version.properties"
 

Reply via email to