From 5698fa766b7deacaaa2762d08086ce3e93dea857 Mon Sep 17 00:00:00 2001 From: Mark Nellemann Date: Fri, 25 Oct 2019 17:37:21 +0200 Subject: [PATCH] Corretions for bintray. --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2268270..2bc5fb1 100644 --- a/build.gradle +++ b/build.gradle @@ -57,10 +57,11 @@ bintray { user = System.getenv('BINTRAY_USER') key = System.getenv('BINTRAY_KEY') + override = true configurations = ['archives'] pkg { repo = "libs" - name = id + name = "libcvrapi" websiteUrl = siteUrl vcsUrl = gitUrl licenses = licenses