mirror of
https://github.com/corda/corda.git
synced 2025-06-21 08:40:03 +00:00
Fix incorrect repoKey used to publish to Artifactory.
This commit is contained in:
@ -410,7 +410,7 @@ artifactory {
|
|||||||
publish {
|
publish {
|
||||||
contextUrl = artifactory_contextUrl
|
contextUrl = artifactory_contextUrl
|
||||||
repository {
|
repository {
|
||||||
repoKey = 'enterprise-dev'
|
repoKey = 'r3-corda-dev'
|
||||||
username = 'teamcity'
|
username = 'teamcity'
|
||||||
password = System.getenv('CORDA_ARTIFACTORY_PASSWORD')
|
password = System.getenv('CORDA_ARTIFACTORY_PASSWORD')
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user