mirror of
https://github.com/corda/corda.git
synced 2025-06-02 15:40:53 +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"))
|
filter(org.apache.tools.ant.filters.FixCrLfFilter.class, eol: org.apache.tools.ant.filters.FixCrLfFilter.CrLf.newInstance("lf"))
|
||||||
into "${buildDir}/nodes"
|
into "${buildDir}/nodes"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
@ -251,7 +250,9 @@ publishing {
|
|||||||
corda(MavenPublication) {
|
corda(MavenPublication) {
|
||||||
artifactId 'corda'
|
artifactId 'corda'
|
||||||
|
|
||||||
artifact buildCordaJAR
|
artifact buildCordaJAR {
|
||||||
|
classifier ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user