mirror of
https://github.com/corda/corda.git
synced 2025-03-17 17:45:17 +00:00
Fix incorrect repoKey used to publish to Artifactory.
This commit is contained in:
parent
c160e9dc98
commit
b742fdd680
@ -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')
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user