mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix groovyc tests?
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ class InProcessGroovyc {
|
||||
@Override
|
||||
public boolean shouldCacheData(@NotNull URL url) {
|
||||
try {
|
||||
String file = new File(url.toURI()).getPath();
|
||||
String file = FileUtil.toCanonicalPath(new File(url.toURI()).getPath());
|
||||
for (String output : outputs) {
|
||||
if (FileUtil.startsWith(output, file)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user