Skip to content

Commit

Permalink
Fix deploy script was using alias
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico committed Jan 12, 2017
1 parent df435bd commit 7c9c7b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Publish to bintray
#

gw build
gw lib:uploadArchives
gw lib:bintrayUpload
./gradlew build
./gradlew lib:uploadArchives
./gradlew lib:bintrayUpload

0 comments on commit 7c9c7b7

Please sign in to comment.