8209451: Please change jdk 11 milestone to FCS
Reviewed-by: prr, tbell
This commit is contained in:
parent
66e8f27bd8
commit
2896ec27e1
@ -1171,7 +1171,7 @@ var versionArgs = function(input, common) {
|
|||||||
args = concat(args,
|
args = concat(args,
|
||||||
// This needs to be changed when we start building release candidates
|
// This needs to be changed when we start building release candidates
|
||||||
// with-version-pre must be set to ea for 'ea' and empty for fcs build
|
// with-version-pre must be set to ea for 'ea' and empty for fcs build
|
||||||
"--with-version-pre=ea",
|
"--with-version-pre=",
|
||||||
"--without-version-opt");
|
"--without-version-opt");
|
||||||
} else {
|
} else {
|
||||||
args = concat(args, "--with-version-opt=" + common.build_id);
|
args = concat(args, "--with-version-opt=" + common.build_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user