Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
move comment out of code block
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Mar 26, 2015
1 parent 1b76857 commit ae1eaf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!):

Expand Down

0 comments on commit ae1eaf0

Please sign in to comment.