Skip to content

Commit

Permalink
Update integration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Mar 8, 2017
1 parent ba84e55 commit c9708a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,17 @@ compile 'org.xerial:sqlite-jdbc:3.16.1'

## Snapshots

We publish regularly SNAPSHOT builds to Sonatype OSS Repository Hosting.
We publish SNAPSHOT builds to Sonatype OSS Repository Hosting.

You need to add the repository:
For checking latest snapshot on every build:
```groovy
configurations.all {
// check for latest snapshot on every build
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
```

You need to add the repository:
```groovy
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
Expand Down

0 comments on commit c9708a6

Please sign in to comment.