Skip to content

Commit

Permalink
MINOR: add process(Test)Messages to the README (apache#8480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyang Chen authored Apr 15, 2020
1 parent 17f9879 commit 1263576
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1263576

Please sign in to comment.