Removed the now defunct r3 bintray from the repositories list.

This commit is contained in:
Clinton Alexander 2017-01-30 11:46:12 +00:00
parent 3676425781
commit 9831926a9d

View File

@ -35,10 +35,6 @@ buildscript {
mavenLocal() mavenLocal()
mavenCentral() mavenCentral()
jcenter() jcenter()
// TODO: Remove this once all packages are published to jcenter or maven central. (M6 or 7).
maven {
url "http://r3.bintray.com/corda"
}
} }
dependencies { dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"