mirror of
https://github.com/corda/corda.git
synced 2024-12-21 13:57:54 +00:00
Only corda capsule is published to maven now.
This commit is contained in:
parent
4cdb4352b6
commit
4c79a74a8b
@ -246,19 +246,13 @@ task installTemplateNodes(dependsOn: 'buildCordaJAR') << {
|
||||
|
||||
}
|
||||
|
||||
task cordaJar(type: Jar, dependsOn: 'buildCordaJAR') {
|
||||
classifier = 'sources'
|
||||
from buildCordaJAR.outputs.getFiles()
|
||||
}
|
||||
|
||||
// TODO: Rename capsule to "corda"
|
||||
publishing {
|
||||
publications {
|
||||
corda(MavenPublication) {
|
||||
from components.java
|
||||
artifactId 'corda'
|
||||
|
||||
artifact buildCordaJAR
|
||||
artifact "${buildDir}/libs/corda.jar"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user