Skip to content

Commit

Permalink
Update README to refer to gradlew commands instead of make
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Feb 12, 2020
1 parent 6caef5b commit 57f74e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ We also recommend you set up:
Before starting developing, please run:

```
make install-hooks
./gradlew installHooks
```

This will take care of installing the pre-commit hooks to keep a consistent style in the codebase.

While developing, you can run tests on the plugin using:

```
./gradlew plugin:test
./gradlew preMerge
```

Make sure your tests are all green ✅ locally before submitting PRs.
Expand Down

0 comments on commit 57f74e7

Please sign in to comment.