mirror of
https://github.com/corda/corda.git
synced 2025-02-04 10:11:14 +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'
|
||||
|
||||
repositories {
|
||||
// Extra repository for the deterministic-rt JAR.
|
||||
maven {
|
||||
url "$artifactory_contextUrl/corda-dev"
|
||||
}
|
||||
}
|
||||
|
||||
//noinspection GroovyAssignabilityCheck
|
||||
configurations {
|
||||
integrationTestCompile.extendsFrom testCompile
|
||||
|
Loading…
x
Reference in New Issue
Block a user