From a7695ff0e6d80f4b9eef0a57baec9c695755ac57 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 12 Nov 2015 03:43:02 -0800 Subject: [PATCH] No longer distributing from bintray. --- kobalt/src/Build.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 66fde415..3873d7c7 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -115,7 +115,6 @@ val kobalt = kotlinProject(wrapper) { jcenter { publish = true - file("$buildDirectory/libs/$name-$version.zip", "$name/$version/$name-$version.zip") } }