JVM: remove most usages of JvmTarget.JVM_1_6
This commit is contained in:
committed by
Space Team
parent
75197d1b86
commit
fb900d2e2a
-5
@@ -144,11 +144,6 @@ public class KtTestUtil {
|
||||
return System.getenv(propertyName);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public static File getJdk6Home() {
|
||||
return getJdkHome("JDK_1_6", "JDK_6", "JDK_16");
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public static File getJdk8Home() {
|
||||
return getJdkHome("JDK_1_8", "JDK_8", "JDK_18");
|
||||
|
||||
Reference in New Issue
Block a user