mirror of
https://github.com/corda/corda.git
synced 2025-06-21 16:49:45 +00:00
Merge pull request #1315 from corda/clint-gradle4
Upgraded to gradle 4.1.
This commit is contained in:
@ -67,7 +67,9 @@ public class StandaloneCordaRPCJavaClientTest {
|
||||
try {
|
||||
connection.close();
|
||||
} finally {
|
||||
notary.close();
|
||||
if(notary != null) {
|
||||
notary.close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user