Skip to content

Commit 3e6fb33

Browse files
committed
ci: move javadoc post-merge to jdk latest
1 parent 8271b09 commit 3e6fb33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci_includes/publish-javadoc.jsonnet

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
local linux_amd64 = common.linux_amd64,
55

66
local javadoc_publisher = {
7-
name: 'graal-publish-javadoc-' + utils.prefixed_jdk(self.jdk_version),
7+
name: 'graal-publish-javadoc-' + self.jdk_name,
88
run+: [
99
["cd", "./sdk"],
1010
["mx", "build"],
@@ -59,7 +59,7 @@
5959
},
6060

6161
local all_builds = [
62-
common.post_merge + linux_amd64 + common.labsjdk21 + javadoc_publisher,
62+
common.post_merge + linux_amd64 + common.labsjdkLatest + javadoc_publisher,
6363
],
6464
// adds a "defined_in" field to all builds mentioning the location of this current file
6565
builds:: utils.add_defined_in(all_builds, std.thisFile),

0 commit comments

Comments
 (0)