Skip to content

Commit bf2286d

Browse files
committed
[GR-34816] Switch to JDK 17 for publishing javadoc.
PullRequest: graal/11005
2 parents 19653f9 + e88c9c7 commit bf2286d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_includes/publish-javadoc.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646

4747
local all_builds = [
48-
common.post_merge + linux_amd64 + common.oraclejdk8 + javadoc_publisher,
48+
common.post_merge + linux_amd64 + common.labsjdk17 + javadoc_publisher,
4949
],
5050
// adds a "defined_in" field to all builds mentioning the location of this current file
5151
builds:: [{ defined_in: std.thisFile } + b for b in all_builds]

0 commit comments

Comments
 (0)