Update integration guide
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user