mirror of
https://github.com/corda/corda.git
synced 2025-04-15 06:56:59 +00:00
Merge pull request #951 from corda/colljos-dev-publish-artifactory
Fix incorrect repoKey used to publish to Artifactory.
This commit is contained in:
commit
6a51ed1f8d
@ -447,7 +447,7 @@ artifactory {
|
||||
publish {
|
||||
contextUrl = artifactory_contextUrl
|
||||
repository {
|
||||
repoKey = 'enterprise-dev'
|
||||
repoKey = 'r3-corda-dev'
|
||||
username = 'teamcity'
|
||||
password = System.getenv('CORDA_ARTIFACTORY_PASSWORD')
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user