Publish new corda module: node-schemas (#249)

This commit is contained in:
josecoll 2017-02-17 12:53:44 +00:00 committed by GitHub
parent 539943d790
commit 5d6abb6387
2 changed files with 2 additions and 1 deletions

View File

@ -174,7 +174,7 @@ bintrayConfig {
projectUrl = 'https://github.com/corda/corda'
gpgSign = true
gpgPassphrase = System.getenv('CORDA_BINTRAY_GPG_PASSPHRASE')
publications = ['client', 'core', 'corda', 'finance', 'node', 'test-utils']
publications = ['client', 'core', 'corda', 'finance', 'node', 'node-schemas', 'test-utils']
license {
name = 'Apache-2.0'
url = 'https://www.apache.org/licenses/LICENSE-2.0'

View File

@ -1,5 +1,6 @@
apply plugin: 'kotlin'
apply plugin: 'kotlin-kapt'
apply plugin: 'net.corda.plugins.publish-utils'
description 'Corda node database schemas'