Unify extension point and extension registration in plugin and cli
This commit is contained in:
@@ -127,7 +127,8 @@ public class PathUtil {
|
||||
return NO_PATH;
|
||||
}
|
||||
|
||||
private static File getPathUtilJar() {
|
||||
@NotNull
|
||||
public static File getPathUtilJar() {
|
||||
return getJarPathForClass(PathUtil.class);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user