Now using the output of the buildCordaJAR target directly.

This commit is contained in:
Clinton Alexander 2016-09-28 18:27:11 +01:00
parent 4c79a74a8b
commit 25d10376de

View File

@ -246,13 +246,12 @@ task installTemplateNodes(dependsOn: 'buildCordaJAR') << {
}
// TODO: Rename capsule to "corda"
publishing {
publications {
corda(MavenPublication) {
artifactId 'corda'
artifact "${buildDir}/libs/corda.jar"
artifact buildCordaJAR
}
}
}