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
|
||||
|
||||
Make sure that ```./gradle build``` (```.\gradle.bat build``` on Windows)
|
||||
completes successfully without any new warnings. Then create a Pull Request
|
||||
with your changes. When the changes are accepted, they will be merged or
|
||||
cherry-picked by a gRPC core developer.
|
||||
Make sure that `./gradlew build` (`gradlew build` on Windows) completes
|
||||
successfully without any new warnings. Then create a Pull Request with your
|
||||
changes. When the changes are accepted, they will be merged or cherry-picked by
|
||||
a gRPC core developer.
|
||||
|
|
|
|||
Loading…
Reference in New Issue