Skip to content

Commit

Permalink
fix: do not obfuscate packages starting with org.graalvm.**
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Jan 15, 2025
1 parent ac84aac commit 948f7fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,9 @@
</libs>
<options>
<option>
-keep class org.graalvm.** {
*;
}
-keep class com.** {
*;
}
Expand Down

0 comments on commit 948f7fe

Please sign in to comment.