Fixes to the deployNodes tasks for the samples. Improve the error message in the cordformation plugin.

This commit is contained in:
Mike Hearn
2016-11-17 17:15:39 +01:00
parent f630e15528
commit f247bc5647
7 changed files with 19 additions and 15 deletions

View File

@ -60,6 +60,7 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
// Corda integration dependencies
compile "net.corda:corda:$corda_version" // TODO
compile project(':core')
compile project(':client')
compile project(':node')
@ -79,7 +80,7 @@ dependencies {
// Specify your cordapp's dependencies below, including dependent cordapps
}
task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
task deployNodes(type: net.corda.plugins.Cordform, dependsOn: [':install']) {
directory "./build/nodes"
networkMap "Controller"
node {