diff --git a/build.gradle b/build.gradle index 40ba65d1..b3c4ba3f 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ publishing { repositories { maven { name = 'bintray' - url = 'https://api.bintray.com/maven/ajoberstar/maven/reckon/;publish=1' + url = 'https://api.bintray.com/maven/ajoberstar/maven/grgit/;publish=1' credentials { username = System.env['BINTRAY_USER'] password = System.env['BINTRAY_KEY']