Add JCenter note to README.md

Closes #14
This commit is contained in:
Shadowfacts 2017-06-11 16:19:39 -04:00
parent 33320699ac
commit 2065fbd62b
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Fork of [Emberwalker's Forgelin](https://github.com/Emberwalker/Forgelin).
## Usage ## Usage
```groovy ```groovy
repositories { repositories {
jcenter()
maven { maven {
url "http://mvn.rx14.co.uk/shadowfacts/" url "http://mvn.rx14.co.uk/shadowfacts/"
} }
@ -19,3 +20,5 @@ dependencies {
``` ```
All versions can be seen [here](http://mvn.rx14.co.uk/shadowfacts/net/shadowfacts/Forgelin/). All versions can be seen [here](http://mvn.rx14.co.uk/shadowfacts/net/shadowfacts/Forgelin/).
**Note:** You must have the `jcenter()` call in your `repositories` block. JCenter is used to host the Kotlin coroutines libraries.