Skip to content

Commit fefba22

Browse files
ProGuard rules: do not warn about SpotBugs annotation.
1 parent 409db36 commit fefba22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

objectbox-java/src/main/resources/META-INF/proguard/objectbox-java.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@
4242

4343
# for essentials
4444
-dontwarn sun.misc.Unsafe
45+
# SpotBugs annotations
46+
-dontwarn edu.umd.cs.findbugs.annotations.SuppressFBWarnings

0 commit comments

Comments
 (0)