From 680db798a9e8b76e06949027969e83c84a9fdc87 Mon Sep 17 00:00:00 2001 From: Siddharth Srinivasan Date: Wed, 22 Oct 2025 15:21:43 +0530 Subject: [PATCH] Updating OpenJDK 25 URL to that for 25.0.1 --- 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 956fce31..4eda8ff8 100644 --- a/vscode/src/constants.ts +++ b/vscode/src/constants.ts @@ -35,7 +35,7 @@ export namespace jdkDownloaderConstants { export const ORACLE_JDK_FALLBACK_VESIONS = ['25', '21']; export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = { - "25": "https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36/GPL/openjdk-25" + "25": "https://download.java.net/java/GA/jdk25.0.1/2fbf10d8c78e40bd87641c434705079d/8/GPL/openjdk-25.0.1" }; } export const NODE_WINDOWS_LABEL = "Windows_NT";