Add the corda-dev repository to :node for the deterministic runtime.

This commit is contained in:
Chris Rankin 2019-08-01 18:03:15 +01:00
parent cccc5992ae
commit 778e1f9cf6

View File

@ -31,6 +31,13 @@ apply plugin: 'com.jfrog.artifactory'
description 'Corda node modules'
repositories {
// Extra repository for the deterministic-rt JAR.
maven {
url "$artifactory_contextUrl/corda-dev"
}
}
//noinspection GroovyAssignabilityCheck
configurations {
integrationTestCompile.extendsFrom testCompile