Skip to content

Commit

Permalink
publish script to non dryrun
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Jan 26, 2017
1 parent 2bed333 commit 8da4b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ bintray {
// rename { name -> "hood-core-$rootProject.ext.versionNameLib-noop.aar" }
// }

dryRun = true
dryRun = false
publish = true //Whether version should be auto published after an upload
override = false //[Default: false] Whether to override version artifacts already published

Expand Down

0 comments on commit 8da4b86

Please sign in to comment.