mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +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;
|
private long handle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keep class java.net.NetworkInterface {
|
||||||
|
<fields>;
|
||||||
|
}
|
||||||
-keep class java.net.InetAddress {
|
-keep class java.net.InetAddress {
|
||||||
<fields>;
|
<fields>;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user