Skip to content

Commit

Permalink
Hardcode non-dryRun for bintrayUpload
Browse files Browse the repository at this point in the history
Reading from property file failed and it is not important enough.
  • Loading branch information
neuhalje committed Mar 5, 2017
1 parent 84ce07a commit e2b829d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bintray {
user = property('bintray_Username')
key = property('bintray_Password')

dryRun = property('bintray_dryRun')//[Default: false] Whether to run this as dry-run, without deploying
dryRun = false //property('bintray_dryRun')//[Default: false] Whether to run this as dry-run, without deploying
publish = true //[Default: false] 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 e2b829d

Please sign in to comment.