mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Updated repository lists to reduce dependency on Jitpack and removed unused repositories.
This commit is contained in:
committed by
Andrius Dagys
parent
d01dd22419
commit
a28fa69865
@ -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