Update ZipFileCache and LowMemoryWatcher from new Idea

This commit is contained in:
Nikolay Krasko
2015-04-13 22:24:39 +03:00
parent d036edb5c6
commit ea47e29757
4 changed files with 13 additions and 241 deletions
+4
View File
@@ -607,6 +607,10 @@
}
-keep class com.intellij.openapi.util.text.StringHash { *; }
# for gradle plugin and other server tools
-keep class com.intellij.openapi.util.io.ZipFileCache { public *; }
-keep class com.intellij.openapi.util.LowMemoryWatcher { public *; }
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);