We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb70c7a commit 1df6f0bCopy full SHA for 1df6f0b
CONTRIBUTING.md
@@ -81,6 +81,12 @@ See [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/
81
* Run `./gradlew test` to test the module and speed up development.
82
* Run `./gradlew build` to build the project, which also runs all the tests.
83
84
+### Running Samples with Local Changes
85
+
86
+All sample projects include mavenLocal() in their repositories and will prioritize locally published builds by default.
87
88
+* Run `./gradlew publishToMavenLocal` to test the samples with local changes to the SDK
89
90
## Contacting maintainers
91
92
* If something cannot be done, not convenient, or does not work — submit an [issue](#submitting-issues).
0 commit comments