mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
preserve NetworkInterface fields since they're referenced from native code
This commit is contained in:
parent
5a5a6a7795
commit
f38f5699c6
@ -114,6 +114,9 @@
|
||||
private long handle;
|
||||
}
|
||||
|
||||
-keep class java.net.NetworkInterface {
|
||||
<fields>;
|
||||
}
|
||||
-keep class java.net.InetAddress {
|
||||
<fields>;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user