8209451: Please change jdk 11 milestone to FCS

Reviewed-by: prr, tbell
This commit is contained in:
Jerry Zhou 2018-08-14 16:36:17 -07:00
parent 66e8f27bd8
commit 2896ec27e1

View File

@ -1171,7 +1171,7 @@ var versionArgs = function(input, common) {
args = concat(args,
// 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=ea",
"--with-version-pre=",
"--without-version-opt");
} else {
args = concat(args, "--with-version-opt=" + common.build_id);