Suppress warning in proguard about jna classes

This commit is contained in:
Nikolay Krasko
2015-09-28 00:50:11 +03:00
parent da22e40fad
commit 881f1fd75e
+2
View File
@@ -33,6 +33,8 @@ messages/**)
-dontwarn com.intellij.util.SnappyInitializer
-dontwarn net.sf.cglib.**
-dontwarn org.objectweb.asm.** # this is ASM3, the old version that we do not use
-dontwarn com.sun.jna.NativeString
-dontwarn com.sun.jna.WString
-libraryjars '<rtjar>'
-libraryjars '<jssejar>'