From 8362d6cc236892e6674e1550f352f0cc41c9630d Mon Sep 17 00:00:00 2001 From: frankvicky Date: Tue, 10 Dec 2024 10:25:42 +0800 Subject: [PATCH] KAFKA-18192: generator module should run under java 11 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5aeec1b5033fd..ae2e486d4a53b 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ ext { minClientJavaVersion = 11 minNonClientJavaVersion = 17 // The connect:api module also belongs to the clients module, but it has already been bumped to JDK 17 as part of KIP-1032. - modulesNeedingJava11 = [":clients", ":streams", ":streams:test-utils", ":streams-scala", ":test-common:test-common-runtime"] + modulesNeedingJava11 = [":clients", ":generator", ":streams", ":streams:test-utils", ":streams-scala", ":test-common:test-common-runtime"] buildVersionFileName = "kafka-version.properties"