Fix incorrect repoKey used to publish to Artifactory.

This commit is contained in:
josecoll 2018-06-07 15:14:02 +01:00
parent c160e9dc98
commit b742fdd680

View File

@ -410,7 +410,7 @@ artifactory {
publish {
contextUrl = artifactory_contextUrl
repository {
repoKey = 'enterprise-dev'
repoKey = 'r3-corda-dev'
username = 'teamcity'
password = System.getenv('CORDA_ARTIFACTORY_PASSWORD')
}