Skip to content

Commit b9d5709

Browse files
authored
Merge pull request #442 from sid-srini/update-openjdk24
Updated openjdk24 URL to 24.0.2
2 parents 78f4858 + 5c750a5 commit b9d5709

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vscode/src/constants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ export namespace jdkDownloaderConstants {
3434
export const ORACLE_JDK_FALLBACK_VESIONS = ['24', '21'];
3535

3636
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"
37+
"24": "https://download.java.net/java/GA/jdk24.0.2/fdc5d0102fe0414db21410ad5834341f/12/GPL/openjdk-24.0.2"
3838
};
3939
}
40-
4140
export const NODE_WINDOWS_LABEL = "Windows_NT";

0 commit comments

Comments
 (0)