Skip to content

Commit

Permalink
DAT-19229: don't remove annotations when running proguard (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMassaro authored Dec 17, 2024
1 parent 40fde63 commit 7589aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@
<option>-dontwarn com.fasterxml.**</option>
<option>-dontwarn org.graalvm.**</option>
<option>-dontwarn com.oracle.**</option>
<option>-keepattributes *Annotation*,EnclosingMethod,Signature</option>
</options>
</configuration>
</execution>
Expand Down

0 comments on commit 7589aab

Please sign in to comment.