mirror of https://github.com/grpc/grpc-java.git
8f75f8ee7c
grpc-protobuf-lite brings in protobuf-lite as a dependency, which has different versions of classes in protobuf. This causes duplicate classes on the class path, which easily breaks things. Since lite the lite runtime/codegen is incompatible with full protobuf, it makes sense to only depend on one of the two. grpc-protobuf actually already has a dependency on grpc-protobuf-lite, but excludes the protobuf-lite dependency, making the dep safe. But this is more of an implementation detail. We only change deps so that JavaDoc, code coverage, and similar will still include grpc-protobuf-lite. Fixes #2985 |
||
---|---|---|
.. | ||
build.gradle |