Merge pull request #951 from corda/colljos-dev-publish-artifactory

Fix incorrect repoKey used to publish to Artifactory.
This commit is contained in:
Daniel Cordell 2018-06-25 10:35:57 +01:00 committed by GitHub
commit 6a51ed1f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')
}