Fix: Samples could not be deployed due to an incorrect build.gradle task target.

This commit is contained in:
Clinton Alexander 2016-12-09 17:45:06 +00:00
parent 9d98673c66
commit 40bddd6403

View File

@ -56,7 +56,7 @@ dependencies {
compile "org.glassfish.jersey.core:jersey-server:${jersey_version}"
}
task deployNodes(type: net.corda.plugins.Cordform, dependsOn: [':install', 'build']) {
task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
directory "./build/nodes"
// This name "Notary" is hard-coded into BankOfCordaClientApi so if you change it here, change it there too.
// In this demo the node that runs a standalone notary also acts as the network map server.