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.
2 parents 19653f9 + e88c9c7 commit bf2286dCopy full SHA for bf2286d
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