mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Corda JAR now publishes without -capsule at the end.
This commit is contained in:
parent
3612bee6f7
commit
1a87faf224
@ -243,7 +243,6 @@ task installTemplateNodes(dependsOn: 'buildCordaJAR') << {
|
||||
filter(org.apache.tools.ant.filters.FixCrLfFilter.class, eol: org.apache.tools.ant.filters.FixCrLfFilter.CrLf.newInstance("lf"))
|
||||
into "${buildDir}/nodes"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
publishing {
|
||||
@ -251,7 +250,9 @@ publishing {
|
||||
corda(MavenPublication) {
|
||||
artifactId 'corda'
|
||||
|
||||
artifact buildCordaJAR
|
||||
artifact buildCordaJAR {
|
||||
classifier ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user