From 9831926a9d691bc7020af6bf6a305bb16cb3f382 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Mon, 30 Jan 2017 11:46:12 +0000 Subject: [PATCH] Removed the now defunct r3 bintray from the repositories list. --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index 8eaf09b7ad..3478e2177a 100644 --- a/build.gradle +++ b/build.gradle @@ -35,10 +35,6 @@ buildscript { mavenLocal() mavenCentral() 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 { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"