8255673: Wrong version in docs bundles

Reviewed-by: tbell, ihse
This commit is contained in:
Erik Joelsson 2020-11-02 14:45:39 +00:00
parent 4c66b158a8
commit b028074384

View File

@ -687,11 +687,12 @@ var getJibProfilesProfiles = function (input, common, data) {
dependencies: [
"boot_jdk", "devkit", "graphviz", "pandoc", buildJdkDep,
],
configure_args: [
configure_args: concat(
"--enable-full-docs",
versionArgs(input, common),
"--with-build-jdk=" + input.get(buildJdkDep, "home_path")
+ (input.build_os == "macosx" ? "/Contents/Home" : "")
],
),
default_make_targets: ["all-docs-bundles"],
artifacts: {
doc_api_spec: {