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 5f39879 commit 427d7afCopy full SHA for 427d7af
ci_includes/publish-javadoc.jsonnet
@@ -51,7 +51,7 @@
51
},
52
53
local all_builds = [
54
- # common.post_merge + linux_amd64 + common.labsjdk17 + javadoc_publisher,
+ common.post_merge + linux_amd64 + common.labsjdk17 + javadoc_publisher,
55
],
56
// adds a "defined_in" field to all builds mentioning the location of this current file
57
builds:: [{ defined_in: std.thisFile } + b for b in all_builds]
0 commit comments