Skip to content

Commit

Permalink
modify build
Browse files Browse the repository at this point in the history
  • Loading branch information
MeilCli committed Aug 13, 2019
1 parent da5b91a commit b4be1dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ bintray {
user = project.hasProperty("BINTRAY_USER") ? project.property("BINTRAY_USER") : ""
key = project.hasProperty("BINTRAY_KEY") ? project.property("BINTRAY_KEY") : ""
publications = ["bintray"]
publish = true
pkg {
repo = "Mindy"
name = "Mindy"
Expand Down

0 comments on commit b4be1dc

Please sign in to comment.