mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
Updated repository lists to reduce dependency on Jitpack and removed … (#3891)
* Updated repository lists to reduce dependency on Jitpack and removed unused repositories. * Adding artifactory_contextUrl parameter
This commit is contained in:
committed by
Katelyn Baker
parent
3b9964a4f8
commit
c7d5e094e7
@ -3,15 +3,6 @@ apply plugin: 'application'
|
||||
apply plugin: 'net.corda.plugins.cordformation'
|
||||
apply plugin: 'net.corda.plugins.quasar-utils'
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven {
|
||||
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
||||
}
|
||||
}
|
||||
|
||||
configurations {
|
||||
integrationTestCompile.extendsFrom testCompile
|
||||
integrationTestRuntime.extendsFrom testRuntime
|
||||
|
Reference in New Issue
Block a user