mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +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:
@ -74,7 +74,7 @@ task integrationTest(type: Test) {
|
||||
classpath = sourceSets.integrationTest.runtimeClasspath
|
||||
}
|
||||
|
||||
task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
|
||||
task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
|
||||
directory "./build/nodes"
|
||||
networkMap "Notary"
|
||||
node {
|
||||
|
Reference in New Issue
Block a user