mirror of
https://github.com/corda/corda.git
synced 2025-02-04 18:22:29 +00:00
Add the corda-dev repository to :node for the deterministic runtime.
This commit is contained in:
parent
cccc5992ae
commit
778e1f9cf6
@ -31,6 +31,13 @@ apply plugin: 'com.jfrog.artifactory'
|
|||||||
|
|
||||||
description 'Corda node modules'
|
description 'Corda node modules'
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
// Extra repository for the deterministic-rt JAR.
|
||||||
|
maven {
|
||||||
|
url "$artifactory_contextUrl/corda-dev"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//noinspection GroovyAssignabilityCheck
|
//noinspection GroovyAssignabilityCheck
|
||||||
configurations {
|
configurations {
|
||||||
integrationTestCompile.extendsFrom testCompile
|
integrationTestCompile.extendsFrom testCompile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user