Skip to content

Commit 680db79

Browse files
committed
Updating OpenJDK 25 URL to that for 25.0.1
1 parent 5e22af4 commit 680db79

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
@@ -35,7 +35,7 @@ export namespace jdkDownloaderConstants {
3535
export const ORACLE_JDK_FALLBACK_VESIONS = ['25', '21'];
3636

3737
export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
38-
"25": "https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36/GPL/openjdk-25"
38+
"25": "https://download.java.net/java/GA/jdk25.0.1/2fbf10d8c78e40bd87641c434705079d/8/GPL/openjdk-25.0.1"
3939
};
4040
}
4141
export const NODE_WINDOWS_LABEL = "Windows_NT";

0 commit comments

Comments
 (0)