From 3fd6c4c0a4dfae3d5ee6b7241c5868b7cb4e9cf4 Mon Sep 17 00:00:00 2001 From: "sebastien.heurtematte" Date: Wed, 4 Sep 2024 10:36:11 +0200 Subject: [PATCH] feat: add openjdk 24 in ea Signed-off-by: sebastien.heurtematte --- buildtools/jdk_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/jdk_config.json b/buildtools/jdk_config.json index 29284cf..88998bd 100644 --- a/buildtools/jdk_config.json +++ b/buildtools/jdk_config.json @@ -16,7 +16,7 @@ "openjdk": [ { "display_name": "OpenJDK", - "versions": [11, 17, 18, 19, 20, 21, 22, 23] + "versions": [11, 17, 18, 19, 20, 21, 22, 23, 24] } ] } \ No newline at end of file