Remove redundant dry-run statement

This commit is contained in:
R. Tyler Croy 2015-08-14 21:08:29 -07:00
parent 06c6863a3c
commit c55cd893db
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@ apply plugin: 'maven'
apply plugin: 'codenarc'
apply from: 'gradle/releasing.gradle'
version = '0.1.1'
version = '0.1.2'
group = 'com.github.jrubygradle'
description = 'A library for managing Ruby gems'
defaultTasks 'check', 'assemble'

View File

@ -20,7 +20,6 @@ bintray {
user = project.bintrayUser
key = project.bintrayKey
publish = true
dryRun = false
configurations = ['archives']
/*
* Only only publish when we're tagging a release and if we've executed on