We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3817c8 commit a5f56feCopy full SHA for a5f56fe
src/main/kotlin/com/tschuchort/compiletesting/KotlinCompilation.kt
@@ -211,7 +211,7 @@ class KotlinCompilation {
211
* (on JDK8) or --system none (on JDK9+). This can be useful if all
212
* the JDK classes you need are already on the (inherited) classpath.
213
* */
214
- var jdkHome: File? = if(inheritClassPath) null else getJdkHome()
+ var jdkHome: File? = getJdkHome()
215
216
/**
217
* Path to the kotlin-stdlib.jar
0 commit comments