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