Skip to content

Commit 3f48227

Browse files
committed
tools: move gate-tools-javadoc to JDK latest
1 parent 3e6fb33 commit 3f48227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tools/ci/ci.jsonnet

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444

4545
local tools_javadoc = tools_common + common_guard + {
46-
name: "gate-tools-javadoc",
46+
name: "gate-tools-javadoc-" + self.jdk_name,
4747
run: [
4848
["mx", "build"],
4949
["mx", "javadoc"],
@@ -85,7 +85,7 @@
8585
common.linux_amd64 + common.oraclejdkLatest + tools_gate,
8686
common.linux_amd64 + common.oraclejdk21 + tools_gate,
8787

88-
common.linux_amd64 + common.oraclejdk21 + tools_javadoc,
88+
common.linux_amd64 + common.oraclejdkLatest + tools_javadoc,
8989
common.linux_amd64 + common.oraclejdk21 + tools_coverage_weekly,
9090
common.linux_aarch64 + common.labsjdkLatest + tools_weekly,
9191
common.linux_aarch64 + common.labsjdk21 + tools_weekly,

0 commit comments

Comments
 (0)