mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
Merge remote-tracking branch 'github/master' into dicej
Conflicts: makefile
This commit is contained in:
commit
3eda6ab0a2
2
makefile
2
makefile
@ -1677,7 +1677,7 @@ executable-objects = $(vm-objects) $(classpath-objects) $(driver-object) \
|
||||
$(javahome-object) $(boot-javahome-object) $(lzma-decode-objects)
|
||||
|
||||
unittest-executable-objects = $(unittest-objects) $(vm-objects) \
|
||||
$(classpath-objects)
|
||||
$(classpath-objects)
|
||||
|
||||
ifeq ($(process),interpret)
|
||||
unittest-executable-objects += $(all-codegen-target-objects)
|
||||
|
@ -136,6 +136,7 @@
|
||||
public InetSocketAddress(java.net.InetAddress, int);
|
||||
}
|
||||
-keep class java.net.ServerSocket
|
||||
-keep class java.net.SocketTimeoutException
|
||||
|
||||
-keepclassmembers class java.net.PlainSocketImpl {
|
||||
<fields>;
|
||||
|
Loading…
Reference in New Issue
Block a user