Skip to content

Commit

Permalink
Update rules.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Dec 7, 2023
1 parent 0aa0abf commit d0b7efa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions diffuse/src/main/rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0b7efa

Please sign in to comment.