Merge remote-tracking branch 'remotes/opensource/master' into merges/1

This commit is contained in:
szymonsztuka
2018-03-16 17:52:01 +00:00
11 changed files with 51 additions and 311 deletions

View File

@ -63,6 +63,10 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
name "O=Notary Service,L=Zurich,C=CH"
notary = [validating : true]
p2pPort 10002
rpcSettings {
address "localhost:10003"
adminAddress "localhost:10004"
}
cordapps = ["$project.group:finance:$corda_release_version"]
}
node {