[CORDA-442] Removed the NetworkMap option from Cordform, changed all the examples… (#1827)

[CORDA-442]
Removed the option for Cordformation to specify a networkMap.

All the samples have been migrated to not specify a networkMap.
This commit is contained in:
Alberto Arri
2017-10-10 15:45:42 +01:00
committed by GitHub
parent 8c9045bd73
commit 3bee830604
17 changed files with 35 additions and 72 deletions

View File

@ -73,7 +73,6 @@ task integrationTest(type: Test) {
task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
directory "./build/nodes"
networkMap "O=Notary Service,OU=corda,L=London,C=GB"
node {
name "O=Notary Service,OU=corda,L=London,C=GB"
notary = [validating : true]