Skip to content

Commit 5fc538a

Browse files
authored
Update README.md
Link a guide for configuring -SNAPSHOT releases in Maven / Gradle.
1 parent cf4d1cc commit 5fc538a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This ensures that all dynamically-loaded dependecies of `io.grpc` are resolved c
2424

2525
### SNAPSHOT releases
2626

27-
The latest development version of `client6` is released after every merged pull request. Set the version to `6.0.0-SNAPSHOT` to include it in your project.
27+
The latest development version of `client6` is released after every merged pull request. To include it in you project set the version to `6.0.0-SNAPSHOT` and [configure your `<repositories>` section accordingly](https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-snapshot-releases-for-your-project).
2828
Please be mindful of the fact that this is not a stable release and breaking changes may be introduced.
2929

3030
Snapshot releases overwrite each other, so no two releases are alike. If you find a bug in one of the `SNAPSHOT` versions that you'd like to report, please include the output of `Debug.printBuildInfo()` in the ticket's description.

0 commit comments

Comments
 (0)