Update integration guide

This commit is contained in:
Emux 2017-02-01 10:29:13 +02:00
parent aff2c77267
commit e30f3f7cc3

View File

@ -49,6 +49,11 @@ We publish regularly SNAPSHOT builds to Sonatype OSS Repository Hosting.
You need to add the repository:
```groovy
configurations.all {
// check for latest snapshot on every build
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}