Migrate all JDK 9 related tests to JDK 11

This commit is contained in:
Dmitriy Novozhilov
2021-09-22 17:21:53 +03:00
committed by TeamCityServer
parent ce3562f0e8
commit de7fb9606a
92 changed files with 284 additions and 306 deletions
@@ -25,8 +25,8 @@ enum class TargetPlatformEnum(val targetPlatform: TargetPlatform) {
),
JVM(JvmPlatforms.unspecifiedJvmPlatform),
JVM_1_6(JvmPlatforms.jvm16),
JVM_1_8(JvmPlatforms.jvm18),
JVM_1_6(JvmPlatforms.jvm6),
JVM_1_8(JvmPlatforms.jvm8),
JS(JsPlatforms.defaultJsPlatform),
Native(NativePlatforms.unspecifiedNativePlatform)