mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Merge pull request #7662 from corda/arshadm/ent-6914-disable-node-metadata
ENT-6914 Disabled module metadata generation for the node capsule
This commit is contained in:
commit
d642ebfbd7
@ -82,13 +82,19 @@ tasks.register('buildCordaJAR', FatCapsule) {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.whenTaskAdded { task ->
|
||||
if (task.name.contains("generateMetadataFileForCordaJARPublication")) {
|
||||
task.enabled = false
|
||||
}
|
||||
}
|
||||
|
||||
artifacts {
|
||||
runtimeArtifacts buildCordaJAR
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
cordaJAR(MavenPublication) {
|
||||
artifactId 'corda'
|
||||
artifact(buildCordaJAR)
|
||||
artifact(javadocJar)
|
||||
|
Loading…
x
Reference in New Issue
Block a user