blob: 3a7714c4b2fe1be9b4df1e4add609ca1f5c4e52a [file] [log] [blame] [view] [edit]
# Bazel + Java gRPC
This directory contains the Java gRPC libraries needed by Bazel, sourced from
<https://github.com/grpc/grpc-java>.
| Repo | Current |
| ---------------- | --------- |
| `grpc/grpc-java` | `v1.47.0` |
## Updating `third_party/grpc/grpc-java`
This requires 1 pull request which does:
- Update the Java plugin:
1. Checkout tag `v${GRPC_VERSION_NUM}` from <https://github.com/grpc/grpc-java>
2. `cp -R <grpc-java git tree>/compiler/src/java_plugin third_party/grpc-java/compiler/src`
- Update the required jars fetched by maven_install in WORKSPACE file and MODULE.bazel file.