Skip to content

Commit e2b966b

Browse files
authored
Merge pull request #400 from Achal1607/update-openjdk-download-url
Updated OpenJDK CPU release download url
2 parents 5c64c48 + a70bac9 commit e2b966b

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-
"24": "https://download.java.net/java/GA/jdk24/1f9ff9062db4449d8ca828c504ffae90/36/GPL/openjdk-24"
37+
"24": "https://download.java.net/java/GA/jdk24.0.1/24a58e0e276943138bf3e963e6291ac2/9/GPL/openjdk-24.0.1"
3838
};
3939
}
4040

0 commit comments

Comments
 (0)