From ae1eaf0ae0b9133c4c86db3f44fb651d93c6cfed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedger=20M=C3=BCffke?= Date: Thu, 26 Mar 2015 17:09:21 +0100 Subject: [PATCH] move comment out of code block --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f087359..70b9b7b 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,12 @@ publish { userOrg = 'novoda' groupId = 'com.novoda' artifactId = 'bintray-release' - version = '0.2.8' // since 0.2.8, version can also be supplied on the command line. [See here](https://github.com/novoda/bintray-release/pull/23) + version = '0.2.8' description = 'Oh hi, this is a nice description for a project, right?' website = 'https://github.com/novoda/bintray-release' } ``` +(note, since 0.2.8, publish.version can also be supplied on the command line. [See here](https://github.com/novoda/bintray-release/pull/23)) Finally, use the task `bintrayUpload` to publish (make sure you build the project first!):