ENT-6687: Added the corda-releases repo, so that deployNodes in the s… (#7113)

* ENT-6687: Added the corda-releases repo, so that deployNodes in the samples can find the corda shell.
This commit is contained in:
Adel El-Beik 2022-03-10 17:56:09 +00:00 committed by GitHub
parent 495d65df22
commit 40a72a4837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -422,6 +422,12 @@ allprojects {
includeGroup 'com.github.detro'
}
}
maven {
url "${artifactory_contextUrl}/corda-releases"
content {
includeModule('net.corda', 'corda-shell')
}
}
mavenCentral()
jcenter()
}