mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
protect classes in avian package from obfuscation
This commit is contained in:
parent
0bd6822ed7
commit
c7b73e23ae
1
vm.pro
1
vm.pro
@ -76,6 +76,7 @@
|
||||
# the VM references these classes by name, so protect them from obfuscation:
|
||||
|
||||
-keepnames public class java.lang.**
|
||||
-keepnames public class avian.**
|
||||
|
||||
# Don't optimize calls to ResourceBundle
|
||||
-keep,allowshrinking,allowobfuscation public class java.util.ResourceBundle {
|
||||
|
Loading…
Reference in New Issue
Block a user