Skip to content

Commit

Permalink
Sync boot jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-hallaoui committed Oct 10, 2024
1 parent df71ae9 commit 403fc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
BOOT_JDK: {
name : "jpg-jdk",
version : "23",
build_id: "1",
build_id: "37",
release: true,
platformspecific: true
}
Expand All @@ -142,7 +142,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
downloads+: {
BOOT_JDK: {
name: "labsjdk",
version: "ee-22+36-jvmci-b02-linux-amd64_musl",
version: "ee-23+37-jvmci-b01-linux-amd64_musl",
platformspecific: false
}
},
Expand Down

0 comments on commit 403fc68

Please sign in to comment.