Minor: make the :node:capsule:build task depend on buildCordaJAR

This commit is contained in:
Mike Hearn 2018-08-21 22:17:38 +02:00
parent 8ed600a2c3
commit 626b3e6bd3

View File

@ -61,6 +61,8 @@ task buildCordaJAR(type: FatCapsule, dependsOn: project(':node').compileJava) {
}
}
build.dependsOn buildCordaJAR
artifacts {
runtimeArtifacts buildCordaJAR
publish buildCordaJAR {