Skip to content

Commit 9e228a4

Browse files
authored
Merge pull request #390 from sid-srini/openjdk24-release-url
Updated base URL for Oracle OpenJDK 24 GA downloads
2 parents 5521708 + 35ed5f6 commit 9e228a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +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-
"23": "https://download.java.net/java/GA/jdk23.0.2/6da2a6609d6e406f85c491fcb119101b/7/GPL/openjdk-23.0.2"
37+
"24": "https://download.java.net/java/GA/jdk24/1f9ff9062db4449d8ca828c504ffae90/36/GPL/openjdk-24"
3838
};
3939
}
4040

0 commit comments

Comments
 (0)