File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 37
37
38
38
#### Other Changes
39
39
* Updated openjdk24 URL to 24.0.2 [ #442 ] ( https://github.com/oracle/javavscode/pull/442 )
40
+ * Updated openjdk25 URL to 25 [ #465 ] ( https://github.com/oracle/javavscode/pull/465 )
40
41
41
42
** Full Changelog** : https://github.com/oracle/javavscode/compare/v24.1.0...v24.1.1
42
43
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ export namespace jdkDownloaderConstants {
31
31
32
32
export const ORACLE_JDK_BASE_DOWNLOAD_URL = `https://download.oracle.com/java` ;
33
33
34
- export const ORACLE_JDK_FALLBACK_VESIONS = [ '24 ' , '21' ] ;
34
+ export const ORACLE_JDK_FALLBACK_VESIONS = [ '25 ' , '21' ] ;
35
35
36
36
export const OPEN_JDK_VERSION_DOWNLOAD_LINKS : { [ key : string ] : string } = {
37
- "24 " : "https://download.java.net/java/GA/jdk24.0.2/fdc5d0102fe0414db21410ad5834341f/12 /GPL/openjdk-24.0.2 "
37
+ "25 " : "https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36 /GPL/openjdk-25 "
38
38
} ;
39
39
}
40
40
export const NODE_WINDOWS_LABEL = "Windows_NT" ;
You can’t perform that action at this time.
0 commit comments