We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e22af4 commit 680db79Copy full SHA for 680db79
vscode/src/constants.ts
@@ -35,7 +35,7 @@ export namespace jdkDownloaderConstants {
35
export const ORACLE_JDK_FALLBACK_VESIONS = ['25', '21'];
36
37
export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
38
- "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"
39
};
40
}
41
export const NODE_WINDOWS_LABEL = "Windows_NT";
0 commit comments