mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +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-cliutils',
|
||||
'corda-notary-raft',
|
||||
'corda-notary-bft-smart'
|
||||
'corda-notary-bft-smart',
|
||||
'corda-common-configuration-parsing',
|
||||
'corda-common-validation'
|
||||
]
|
||||
license {
|
||||
name = 'Apache-2.0'
|
||||
|
@ -17,7 +17,7 @@ dependencies {
|
||||
}
|
||||
|
||||
jar {
|
||||
baseName 'common-configuration-parsing'
|
||||
baseName 'corda-common-configuration-parsing'
|
||||
}
|
||||
|
||||
publish {
|
||||
|
@ -11,7 +11,7 @@ dependencies {
|
||||
}
|
||||
|
||||
jar {
|
||||
baseName 'common-validation'
|
||||
baseName 'corda-common-validation'
|
||||
}
|
||||
|
||||
publish {
|
||||
|
Loading…
x
Reference in New Issue
Block a user