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.
1 parent 8361d71 commit fa4ecb3Copy full SHA for fa4ecb3
vscode/src/constants.ts
@@ -33,7 +33,7 @@ export namespace jdkDownloaderConstants {
33
export const ORACLE_JDK_DOWNLOAD_VERSIONS = ['23', '21'];
34
35
export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
36
- "23": "https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11/GPL/openjdk-23.0.1"
+ "23": "https://download.java.net/java/GA/jdk23.0.2/6da2a6609d6e406f85c491fcb119101b/7/GPL/openjdk-23.0.2"
37
};
38
}
39
0 commit comments