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.
2 parents 78f4858 + 5c750a5 commit b9d5709Copy full SHA for b9d5709
vscode/src/constants.ts
@@ -34,8 +34,7 @@ export namespace jdkDownloaderConstants {
34
export const ORACLE_JDK_FALLBACK_VESIONS = ['24', '21'];
35
36
export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
37
- "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"
38
};
39
}
40
-
41
export const NODE_WINDOWS_LABEL = "Windows_NT";
0 commit comments