Skip to content

Commit

Permalink
Fix bintray org case
Browse files Browse the repository at this point in the history
  • Loading branch information
timotei committed Feb 12, 2020
1 parent 79326c3 commit f96f263
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 @@ -71,7 +71,7 @@ sourceSets {

bintray {
pkg.repo = 'gradle-plugins'
pkg.userOrg = 'Ullink'
pkg.userOrg = 'ullink'
pkg.version.gpg.sign = true
}

Expand Down

0 comments on commit f96f263

Please sign in to comment.