System property kotlin.jps.test may be null
This commit is contained in:
@@ -49,7 +49,7 @@ public class PathUtil {
|
|||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
public static KotlinPaths getKotlinPathsForJpsPluginOrJpsTests() {
|
public static KotlinPaths getKotlinPathsForJpsPluginOrJpsTests() {
|
||||||
if (System.getProperty("kotlin.jps.tests").equals("true")) {
|
if ("true".equalsIgnoreCase(System.getProperty("kotlin.jps.tests"))) {
|
||||||
return getKotlinPathsForDistDirectory();
|
return getKotlinPathsForDistDirectory();
|
||||||
}
|
}
|
||||||
return getKotlinPathsForJpsPlugin();
|
return getKotlinPathsForJpsPlugin();
|
||||||
|
|||||||
Reference in New Issue
Block a user