mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Now using the output of the buildCordaJAR target directly.
This commit is contained in:
parent
4c79a74a8b
commit
25d10376de
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user