From a70bac9aa6c799d89e48e75b93708c6caf3a7f4b Mon Sep 17 00:00:00 2001 From: Achal Talati Date: Wed, 16 Apr 2025 10:19:12 +0530 Subject: [PATCH] updated OpenJDK CPU release url --- vscode/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/src/constants.ts b/vscode/src/constants.ts index 33c5faa..ffdf783 100644 --- a/vscode/src/constants.ts +++ b/vscode/src/constants.ts @@ -34,7 +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/1f9ff9062db4449d8ca828c504ffae90/36/GPL/openjdk-24" + "24": "https://download.java.net/java/GA/jdk24.0.1/24a58e0e276943138bf3e963e6291ac2/9/GPL/openjdk-24.0.1" }; }