Add tests for jps plugin
This commit is contained in:
@@ -47,6 +47,14 @@ public class PathUtil {
|
||||
return new KotlinPaths(getCompilerPathForJpsPlugin());
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public static KotlinPaths getKotlinPathsForJpsPluginOrJpsTests() {
|
||||
if (System.getProperty("kotlin.jps.tests").equals("true")) {
|
||||
return getKotlinPathsForDistDirectory();
|
||||
}
|
||||
return getKotlinPathsForJpsPlugin();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public static KotlinPaths getKotlinPathsForCompiler() {
|
||||
if (!getPathUtilJar().isFile()) {
|
||||
|
||||
Reference in New Issue
Block a user