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