mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
Add snapshot/release repo
This commit is contained in:
parent
c9dc5b1a9c
commit
35c677ba0b
10
build.gradle
10
build.gradle
@ -23,6 +23,16 @@ repositories {
|
|||||||
url "${System.env.HOME}/.ivy2/local"
|
url "${System.env.HOME}/.ivy2/local"
|
||||||
layout 'maven'
|
layout 'maven'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ivy {
|
||||||
|
name "jcenter"
|
||||||
|
if(version.contains("SNAPSHOT")) {
|
||||||
|
url "http://oss.jfrog.org/artifactory/oss-snapshot-local"
|
||||||
|
} else {
|
||||||
|
url "http://oss.jfrog.org/artifactory/oss-release-local"
|
||||||
|
}
|
||||||
|
layout 'maven'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
Loading…
Reference in New Issue
Block a user