Switch -jvm-target default to null

This commit is contained in:
Mikhael Bogdanov
2021-11-14 14:23:55 +01:00
committed by Space
parent 6379ed22d1
commit f5da166d7c
9 changed files with 20 additions and 19 deletions
@@ -33,7 +33,6 @@ class Java11ModulesIntegrationTest : AbstractKotlinCompilerIntegrationTest() {
val kotlinOptions = mutableListOf(
"-jdk-home", KtTestUtil.getJdk11Home().path,
"-jvm-target", "1.8",
"-Xmodule-path=$paths"
)
if (addModules.isNotEmpty()) {