MINOR: add process(Test)Messages to the README (#8480)

This commit is contained in:
Boyang Chen 2020-04-15 13:29:35 -07:00 committed by GitHub
parent 17f9879261
commit 1263576b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@ The above command will fail if you haven't set up the signing key. To bypass sig
The release file can be found inside `./core/build/distributions/`.
### Building auto generated messages ###
Sometimes it is only necessary to rebuild the RPC auto-generated message data when switching between branches, as they could
fail due to code changes. You can just run:
./gradlew processMessages processTestMessages
### Cleaning the build ###
./gradlew clean