Update integration guide

This commit is contained in:
Emux
2017-03-08 16:26:42 +02:00
parent b190211e5a
commit 26253a6104
2 changed files with 8 additions and 8 deletions

View File

@@ -47,13 +47,6 @@ compile 'com.metsci.ext.com.kitfox.svg:svg-salamander:0.1.19'
We publish SNAPSHOT builds to Sonatype OSS Repository Hosting.
For checking latest snapshot on every build:
```groovy
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
```
You need to add the repository:
```groovy
repositories {
@@ -67,6 +60,13 @@ compile 'org.mapsforge:vtm:master-SNAPSHOT'
...
```
For checking latest snapshot on every build:
```groovy
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
```
## Maven
The dependencies for Maven are declared in a similar way. For example: