We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c2224 commit 9a92af0Copy full SHA for 9a92af0
1 file changed
README.md
@@ -14,6 +14,9 @@ See [CHANGES.txt](CHANGES.txt) for API changes and updates.
14
15
## Snapshot artifacts and releases
16
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.
+We do not publish snapshot artifacts. If you'd like to work with a snapshot,
+use gradle's composite build or install maven artifacts locally with:
+
20
+```
21
+./gradlew publishToMavenLocal
22
0 commit comments