Skip to content

Commit

Permalink
8223627: jdk-13+20 bundle name contains null instead of ea
Browse files Browse the repository at this point in the history
Reviewed-by: lancea
Backport-of: d8f7a41216789c62d518c4fe33f0fab051a4cf7a
  • Loading branch information
erikj79 committed Mar 1, 2023
1 parent 4cb8f62 commit 9cedc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/conf/jib-profiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ var versionArgs = function(input, common) {
var args = ["--with-version-build=" + common.build_number];
if (input.build_type == "promoted") {
args = concat(args,
"--with-version-pre=" + version_numbers.get("DEFAULT_PROMOTION_VERSION_PRE"),
"--with-version-pre=" + version_numbers.get("DEFAULT_PROMOTED_VERSION_PRE"),
"--without-version-opt");
} else if (input.build_type == "ci") {
var optString = input.build_id_data.ciBuildNumber;
Expand Down

1 comment on commit 9cedc07

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.