Skip to content

Commit dd05fc2

Browse files
authored
Update README.md
1 parent f874888 commit dd05fc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Gradle example:
4848

4949
**Snapshots**
5050

51-
Snapshot versions are useful during development. A snapshot is a version that has not been released. The difference between a real version and a snapshot is that snapshot might still get updates. Snapshot versions are useful during development process and JitPack provides two ways to get them. You can specify a version for your dependency as:
51+
A snapshot is a version that has not been released. The difference between a real version and a snapshot is that snapshot might still get updates. Snapshot versions are useful during development process and JitPack provides two ways to get them. You can specify a version for your dependency as:
5252

5353
- commit hash
5454

@@ -69,6 +69,7 @@ configurations.all {
6969
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
7070
}
7171
```
72+
Building a new snapshot may take some time so it might be necessary to increase Gradle timeouts ([FAQ](FAQ.md)).
7273

7374
Or you could also run Gradle from the command line with the `--refresh-dependencies` flag. See the [Gradle documentation](https://docs.gradle.org/2.5/userguide/dependency_management.html#changing-module-cache-control) for more information on how to configure caching for *changing* dependencies.
7475

0 commit comments

Comments
 (0)