8231505: Bump required boot jdk version to 13

Reviewed-by: darcy, ihse
This commit is contained in:
Erik Joelsson 2019-10-02 10:04:46 -07:00
parent c1b844a225
commit 634780ebd7
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ DEFAULT_VERSION_EXTRA3=0
DEFAULT_VERSION_DATE=2020-03-17
DEFAULT_VERSION_CLASSFILE_MAJOR=58 # "`$EXPR $DEFAULT_VERSION_FEATURE + 44`"
DEFAULT_VERSION_CLASSFILE_MINOR=0
DEFAULT_ACCEPTABLE_BOOT_VERSIONS="12 13 14"
DEFAULT_ACCEPTABLE_BOOT_VERSIONS="13 14"
DEFAULT_JDK_SOURCE_TARGET_VERSION=14
DEFAULT_PROMOTED_VERSION_PRE=ea

View File

@ -365,7 +365,7 @@ var getJibProfilesCommon = function (input, data) {
};
};
common.boot_jdk_version = "12";
common.boot_jdk_version = "13";
common.boot_jdk_build_number = "33";
common.boot_jdk_home = input.get("boot_jdk", "install_path") + "/jdk-"
+ common.boot_jdk_version