mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
Fix: Samples could not be deployed due to an incorrect build.gradle task target.
This commit is contained in:
parent
9d98673c66
commit
40bddd6403
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user