Skip to content

Commit 7425d5d

Browse files
Revert "Disable javadoc publisher"
This reverts commit cbbd8b7.
1 parent 2a0af49 commit 7425d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci_includes/publish-javadoc.jsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252

5353
local all_builds = [
54-
common.on_demand + linux_amd64 + common.labsjdk17 + javadoc_publisher,
54+
common.post_merge + linux_amd64 + common.labsjdk17 + javadoc_publisher,
5555
],
5656
// adds a "defined_in" field to all builds mentioning the location of this current file
5757
builds:: [{ defined_in: std.thisFile } + b for b in all_builds]

0 commit comments

Comments
 (0)