mirror of
https://github.com/corda/corda.git
synced 2025-06-23 09:25:36 +00:00
Only corda capsule is published to maven now.
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user