Simplifying cleanup in gradle plugin after introducing ZipHandle.clearFileAccessorCache method in the platform, minor refactoring

This commit is contained in:
Ilya Chernikov
2015-10-29 16:51:59 +01:00
parent 90bb8b2be9
commit 63e1fa4cc0
2 changed files with 11 additions and 20 deletions
+5
View File
@@ -78,6 +78,11 @@ messages/**)
public InputStream getInputStream();
}
# needed for jar cache cleanup in the gradle plugin and compile daemon
-keepclassmembers class com.intellij.openapi.vfs.impl.ZipHandler {
public static void clearFileAccessorCache();
}
-keep class jet.** {
public protected *;
}