Skip to content

Commit 9a92af0

Browse files
committed
Info about local snapshots.
1 parent 12c2224 commit 9a92af0

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ See [CHANGES.txt](CHANGES.txt) for API changes and updates.
1414

1515
## Snapshot artifacts and releases
1616

17-
We publish snapshots to sonatype central snapshots repository. [This
18-
document here](https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-snapshot-releases-for-your-project)
19-
explains how to set up your project to download snapshot releases.
17+
We do not publish snapshot artifacts. If you'd like to work with a snapshot,
18+
use gradle's composite build or install maven artifacts locally with:
19+
20+
```
21+
./gradlew publishToMavenLocal
22+
```

0 commit comments

Comments
 (0)