mirror of
https://github.com/corda/corda.git
synced 2024-12-30 09:48:59 +00:00
Publish cliutils package (#3930)
This commit is contained in:
parent
1c7dfd4b7b
commit
ec0fc849ed
@ -385,7 +385,7 @@ artifactory {
|
|||||||
contextUrl = artifactory_contextUrl
|
contextUrl = artifactory_contextUrl
|
||||||
repository {
|
repository {
|
||||||
repoKey = 'corda-dev'
|
repoKey = 'corda-dev'
|
||||||
username = 'teamcity'
|
username = System.getenv('CORDA_ARTIFACTORY_USERNAME')
|
||||||
password = System.getenv('CORDA_ARTIFACTORY_PASSWORD')
|
password = System.getenv('CORDA_ARTIFACTORY_PASSWORD')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
apply plugin: 'net.corda.plugins.publish-utils'
|
apply plugin: 'net.corda.plugins.publish-utils'
|
||||||
|
apply plugin: 'com.jfrog.artifactory'
|
||||||
|
|
||||||
description 'CLI Utilities'
|
description 'CLI Utilities'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user