diff --git a/bintray.gradle b/bintray.gradle index ad1a6a6c..888a66bb 100644 --- a/bintray.gradle +++ b/bintray.gradle @@ -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