mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
Changed dependencies of deployNodes everywhere to depend on the jar task and not build to reduce build time. (#502)
This commit is contained in:
@ -58,7 +58,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: ['jar']) {
|
||||
ext.rpcUsers = [['user': "demo", 'password': "demo", 'permissions': [
|
||||
'StartFlow.net.corda.flows.IssuerFlow$IssuanceRequester',
|
||||
"StartFlow.net.corda.traderdemo.flow.SellerFlow"
|
||||
|
Reference in New Issue
Block a user