[Test] Support various jdk targets in test infrastructure
This commit is contained in:
@@ -35,7 +35,7 @@ interface CustomJdkTestLauncher {
|
||||
|
||||
fun doTestWithJdk11(mainClass: Class<*>, arg: String) {
|
||||
if (isJava9OrLater()) return
|
||||
KtTestUtil.getJdk11Home()?.let { doTestCustomJdk(mainClass, arg, it) }
|
||||
KtTestUtil.getJdk11Home().let { doTestCustomJdk(mainClass, arg, it) }
|
||||
}
|
||||
|
||||
private fun doTestCustomJdk(mainClass: Class<*>, arg: String, javaHome: File) {
|
||||
|
||||
Reference in New Issue
Block a user