diff --git a/diffuse/src/main/rules.pro b/diffuse/src/main/rules.pro index d79b57db..9ef9dee8 100644 --- a/diffuse/src/main/rules.pro +++ b/diffuse/src/main/rules.pro @@ -28,3 +28,6 @@ ############## -keep class com.sun.jna.** { *; } -keep class * implements com.sun.jna.** { *; } +-keepattributes RuntimeVisibleAnnotations,RuntimeVisibleParameterAnnotations,RuntimeVisibleTypeAnnotations,AnnotationDefault +-dontwarn org.graalvm.** +-dontwarn com.oracle.svm.core.annotate.Delete