mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Update task so it can be run outside of the main Corda repo. (#3349)
This commit is contained in:
parent
66294df34f
commit
92889cef5c
@ -170,25 +170,25 @@ Below you can find the example task from the `IRS Demo <https://github.com/corda
|
||||
node {
|
||||
name "O=Notary Service,L=Zurich,C=CH"
|
||||
notary = [validating : true]
|
||||
cordapps = ["${project(":finance").group}:finance:$corda_release_version"]
|
||||
cordapps = ["$corda_release_group:corda-finance:$corda_release_version"]
|
||||
rpcUsers = rpcUsersList
|
||||
useTestClock true
|
||||
}
|
||||
node {
|
||||
name "O=Bank A,L=London,C=GB"
|
||||
cordapps = ["${project(":finance").group}:finance:$corda_release_version"]
|
||||
cordapps = ["$corda_release_group:corda-finance:$corda_release_version"]
|
||||
rpcUsers = rpcUsersList
|
||||
useTestClock true
|
||||
}
|
||||
node {
|
||||
name "O=Bank B,L=New York,C=US"
|
||||
cordapps = ["${project(":finance").group}:finance:$corda_release_version"]
|
||||
cordapps = ["$corda_release_group:corda-finance:$corda_release_version"]
|
||||
rpcUsers = rpcUsersList
|
||||
useTestClock true
|
||||
}
|
||||
node {
|
||||
name "O=Regulator,L=Moscow,C=RU"
|
||||
cordapps = ["${project.group}:finance:$corda_release_version"]
|
||||
cordapps = ["$corda_release_group:corda-finance:$corda_release_version"]
|
||||
rpcUsers = rpcUsersList
|
||||
useTestClock true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user