mirror of https://github.com/grpc/grpc-java.git
Fix "mispelled" reference to gradlew
This commit is contained in:
parent
d32bb477b9
commit
4285d826d3
|
|
@ -32,7 +32,7 @@ beforehand.
|
||||||
|
|
||||||
## Proposing changes
|
## Proposing changes
|
||||||
|
|
||||||
Make sure that ```./gradle build``` (```.\gradle.bat build``` on Windows)
|
Make sure that `./gradlew build` (`gradlew build` on Windows) completes
|
||||||
completes successfully without any new warnings. Then create a Pull Request
|
successfully without any new warnings. Then create a Pull Request with your
|
||||||
with your changes. When the changes are accepted, they will be merged or
|
changes. When the changes are accepted, they will be merged or cherry-picked by
|
||||||
cherry-picked by a gRPC core developer.
|
a gRPC core developer.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue