This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 408d0f614b3 KAFKA-18192 generator module should run under java 11
(#18114)
408d0f614b3 is described below
commit 408d0f614b3b2c2a331cd7db604e235a1994c371
Author: TengYao Chi <[email protected]>
AuthorDate: Tue Dec 10 14:02:34 2024 +0800
KAFKA-18192 generator module should run under java 11 (#18114)
Reviewers: Chia-Ping Tsai <[email protected]>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 8db47dd73b0..cfe1dd57da2 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"