We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8271b09 commit 3e6fb33Copy full SHA for 3e6fb33
ci_includes/publish-javadoc.jsonnet
@@ -4,7 +4,7 @@
4
local linux_amd64 = common.linux_amd64,
5
6
local javadoc_publisher = {
7
- name: 'graal-publish-javadoc-' + utils.prefixed_jdk(self.jdk_version),
+ name: 'graal-publish-javadoc-' + self.jdk_name,
8
run+: [
9
["cd", "./sdk"],
10
["mx", "build"],
@@ -59,7 +59,7 @@
59
},
60
61
local all_builds = [
62
- common.post_merge + linux_amd64 + common.labsjdk21 + javadoc_publisher,
+ common.post_merge + linux_amd64 + common.labsjdkLatest + javadoc_publisher,
63
],
64
// adds a "defined_in" field to all builds mentioning the location of this current file
65
builds:: utils.add_defined_in(all_builds, std.thisFile),
0 commit comments