We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749e1e3 commit e88c9c7Copy full SHA for e88c9c7
ci_includes/publish-javadoc.jsonnet
@@ -45,7 +45,7 @@
45
},
46
47
local all_builds = [
48
- common.post_merge + linux_amd64 + common.oraclejdk8 + javadoc_publisher,
+ common.post_merge + linux_amd64 + common.labsjdk17 + javadoc_publisher,
49
],
50
// adds a "defined_in" field to all builds mentioning the location of this current file
51
builds:: [{ defined_in: std.thisFile } + b for b in all_builds]
0 commit comments