Skip to content

Commit b028074

Browse files
committed
8255673: Wrong version in docs bundles
Reviewed-by: tbell, ihse
1 parent 4c66b15 commit b028074

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

make/conf/jib-profiles.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,11 +687,12 @@ var getJibProfilesProfiles = function (input, common, data) {
687687
dependencies: [
688688
"boot_jdk", "devkit", "graphviz", "pandoc", buildJdkDep,
689689
],
690-
configure_args: [
690+
configure_args: concat(
691691
"--enable-full-docs",
692+
versionArgs(input, common),
692693
"--with-build-jdk=" + input.get(buildJdkDep, "home_path")
693694
+ (input.build_os == "macosx" ? "/Contents/Home" : "")
694-
],
695+
),
695696
default_make_targets: ["all-docs-bundles"],
696697
artifacts: {
697698
doc_api_spec: {

0 commit comments

Comments
 (0)