Allow corda gradle plugin snapshot version resolution from artifactory 'corda-dev'

This commit is contained in:
josecoll 2019-05-01 13:23:05 +01:00
parent 6d99e0fec4
commit 8d4816f203

View File

@ -103,6 +103,10 @@ buildscript {
maven {
url "$artifactory_contextUrl/corda-releases"
}
// TEMP: remove once Corda Gradle plugins 5.0.0 published.
maven {
url "$artifactory_contextUrl/corda-dev"
}
// JDK11 Java modules gradle plugin
maven {
url "https://plugins.gradle.org/m2/"