mirror of
https://github.com/corda/corda.git
synced 2025-02-06 11:09:18 +00:00
Fixed missing entries for common modules in parent build.gradle
file. (#4214)
* Fixed missing entries for common modules in parent `build.gradle` file. * Fixed publication names to match existing convention.
This commit is contained in:
parent
23907c40d9
commit
2f833f589c
@ -366,7 +366,9 @@ bintrayConfig {
|
|||||||
'corda-tools-network-bootstrapper',
|
'corda-tools-network-bootstrapper',
|
||||||
'corda-tools-cliutils',
|
'corda-tools-cliutils',
|
||||||
'corda-notary-raft',
|
'corda-notary-raft',
|
||||||
'corda-notary-bft-smart'
|
'corda-notary-bft-smart',
|
||||||
|
'corda-common-configuration-parsing',
|
||||||
|
'corda-common-validation'
|
||||||
]
|
]
|
||||||
license {
|
license {
|
||||||
name = 'Apache-2.0'
|
name = 'Apache-2.0'
|
||||||
|
@ -17,7 +17,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
baseName 'common-configuration-parsing'
|
baseName 'corda-common-configuration-parsing'
|
||||||
}
|
}
|
||||||
|
|
||||||
publish {
|
publish {
|
||||||
|
@ -11,7 +11,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
baseName 'common-validation'
|
baseName 'corda-common-validation'
|
||||||
}
|
}
|
||||||
|
|
||||||
publish {
|
publish {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user