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 4148538 commit 93705fcCopy full SHA for 93705fc
CONTRIBUTING.md
@@ -81,6 +81,8 @@ 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
+*note*: when you change the data model, you might need to regenerate the .api files by running `./gradlew apiDump`.
85
+
86
## Contacting maintainers
87
88
* If something cannot be done, not convenient, or does not work — submit an [issue](#submitting-issues).
0 commit comments