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