mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Allow corda gradle plugin snapshot version resolution from artifactory 'corda-dev'
This commit is contained in:
parent
6d99e0fec4
commit
8d4816f203
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user