mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Publish test-common. (#957)
This commit is contained in:
parent
56402c744a
commit
e586822640
@ -248,7 +248,7 @@ bintrayConfig {
|
||||
projectUrl = 'https://github.com/corda/corda'
|
||||
gpgSign = true
|
||||
gpgPassphrase = System.getenv('CORDA_BINTRAY_GPG_PASSPHRASE')
|
||||
publications = ['corda-jfx', 'corda-mock', 'corda-rpc', 'corda-core', 'corda', 'cordform-common', 'corda-finance', 'corda-node', 'corda-node-api', 'corda-node-schemas', 'corda-test-utils', 'corda-jackson', 'corda-verifier', 'corda-webserver-impl', 'corda-webserver']
|
||||
publications = ['corda-jfx', 'corda-mock', 'corda-rpc', 'corda-core', 'corda', 'cordform-common', 'corda-finance', 'corda-node', 'corda-node-api', 'corda-node-schemas', 'corda-test-common', 'corda-test-utils', 'corda-jackson', 'corda-verifier', 'corda-webserver-impl', 'corda-webserver']
|
||||
license {
|
||||
name = 'Apache-2.0'
|
||||
url = 'https://www.apache.org/licenses/LICENSE-2.0'
|
||||
|
@ -1 +1,9 @@
|
||||
// Nothing needed here currently.
|
||||
apply plugin: 'net.corda.plugins.publish-utils'
|
||||
|
||||
jar {
|
||||
baseName 'corda-test-common'
|
||||
}
|
||||
|
||||
publish {
|
||||
name = jar.baseName
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user