From 5c750a52a84003e09cbfb639687cc9075cf42cc1 Mon Sep 17 00:00:00 2001 From: Siddharth Srinivasan Date: Thu, 24 Jul 2025 11:22:29 +0530 Subject: [PATCH] Updated openjdk24 URL to 24.0.2 --- vscode/src/constants.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vscode/src/constants.ts b/vscode/src/constants.ts index 18d93c1..08e0c9d 100644 --- a/vscode/src/constants.ts +++ b/vscode/src/constants.ts @@ -34,8 +34,7 @@ export namespace jdkDownloaderConstants { export const ORACLE_JDK_FALLBACK_VESIONS = ['24', '21']; export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = { - "24": "https://download.java.net/java/GA/jdk24.0.1/24a58e0e276943138bf3e963e6291ac2/9/GPL/openjdk-24.0.1" + "24": "https://download.java.net/java/GA/jdk24.0.2/fdc5d0102fe0414db21410ad5834341f/12/GPL/openjdk-24.0.2" }; } - export const NODE_WINDOWS_LABEL = "Windows_NT";