Skip to content

Commit

Permalink
write instllation
Browse files Browse the repository at this point in the history
  • Loading branch information
numa08 committed Aug 5, 2015
1 parent 4865a1d commit b8df45b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ Tasks
--------

- generateReleaseNote

Installation
----------

```groovy
buildscript {
respositories {
maven { url "https://dl.bintray.com/numa08/maven" }
}
dependencies {
classpath 'net.numa08:genrelease:$version'
}
}
apply plugin: 'net.numa08.genrelease'
```

Configurations
--------------
Expand Down

0 comments on commit b8df45b

Please sign in to comment.