[Build] Remove JDK 15 and 16 from JdkMajorVersion
They are replaced with JDK 17 LTS release
This commit is contained in:
committed by
TeamCityServer
parent
de7fb9606a
commit
825ecc3a6f
@@ -21,8 +21,6 @@ enum class JdkMajorVersion(
|
||||
JDK_9(9, overrideMajorVersion = 11),
|
||||
JDK_10(10, mandatory = false, overrideMajorVersion = 11),
|
||||
JDK_11(11, mandatory = false),
|
||||
JDK_15(15, mandatory = false),
|
||||
JDK_16(16, mandatory = false),
|
||||
JDK_17(17, mandatory = false);
|
||||
|
||||
fun isMandatory(): Boolean = mandatory
|
||||
|
||||
Reference in New Issue
Block a user