ENT-10606: fix shell artifact resolution (#7458)

This commit is contained in:
Ronan Browne 2023-08-24 16:44:35 +01:00 committed by GitHub
parent 66a49ea4cd
commit a104923cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -432,7 +432,7 @@ allprojects {
}
}
maven {
url "${artifactory_contextUrl}/corda-releases"
url "${publicArtifactURL}/corda-releases"
content {
includeModule('net.corda', 'corda-shell')
}