Skip to content

Commit

Permalink
Fix build task according to novoda/bintray-release/issues/90
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsuki Aoyagi committed Apr 11, 2018
1 parent ac90f9d commit f1ec398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bintrayUpload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
BINTRAY_USERNAME=*****
BINTRAY_KEY=********************

./gradlew clean library:build library:bintrayUpload -PbintrayUser=$BINTRAY_USERNAME -PbintrayKey=$BINTRAY_KEY -PdryRun=false
./gradlew clean library:build library:releaseAndroidJavadocs library:releaseAndroidJavadocsJar library:releaseAndroidSourcesJar library:generatePomFileForReleasePublication library:bintrayUpload -PbintrayUser=$BINTRAY_USERNAME -PbintrayKey=$BINTRAY_KEY -PdryRun=false

0 comments on commit f1ec398

Please sign in to comment.