Skip to content

Commit

Permalink
Fix bintray repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar authored Apr 8, 2018
1 parent dffa3f3 commit ec77fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit ec77fb2

Please sign in to comment.