mirror of https://github.com/grpc/grpc-java.git
Inform users they need Maven 3.2 to build our deps
This commit is contained in:
parent
746eccaced
commit
b10aaf8c77
|
|
@ -5,7 +5,7 @@ How to Build
|
|||
------------
|
||||
|
||||
grpc-java requires Netty 5, which is still in flux. The version we need can be
|
||||
found in the lib/netty submodule:
|
||||
found in the lib/netty submodule, which requires Maven 3.2 or higher to build:
|
||||
```
|
||||
$ git submodule update --init
|
||||
$ cd lib/netty
|
||||
|
|
|
|||
Loading…
Reference in New Issue