Skip to content

Commit

Permalink
Prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed May 2, 2016
1 parent 52e2cb0 commit 1f117b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ if (!project.hasProperty('ossPassword')) ext.ossPassword = ''
bintray {
user = project.bintrayUsername
key = project.bintrayApiKey
userOrg = 'swagger2markup'
dryRun = false //Whether to run this as dry-run, without deploying
publish = true //If version should be auto published after an upload
publications = ['mavenJava']
Expand Down

0 comments on commit 1f117b7

Please sign in to comment.