Suppress warning in proguard about jna classes
This commit is contained in:
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user