Skip to content

Commit

Permalink
Update YBuild test for java 23 (eclipse-platform#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohananRahul authored Jun 17, 2024
1 parent 62d7792 commit 2862fe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for (STREAM in STREAMS){

parameters {
stringParam('buildId', null, null)
stringParam('javaDownload', 'https://download.java.net/java/early_access/jdk22/26/GPL/openjdk-22-ea+26_linux-x64_bin.tar.gz', null)
stringParam('javaDownload', 'https://download.java.net/java/early_access/jdk23/27/GPL/openjdk-23-ea+27_linux-x64_bin.tar.gz', null)
}

definition {
Expand Down

0 comments on commit 2862fe0

Please sign in to comment.