grpc-java/context
Lam Gia Thuan 7322c075ba
bazel: Use java/proto rules from rules_java/rules_proto instead of native rules
It's discouraged in modern Bazel to use native rules and will make it
difficult for modules dependent on grpc-java to fully migrate to new
versions of Bazel (like grpc-kotlin).

For example, try building this repo using:

```bash
$ bazelisk build ... --incompatible_autoload_externally=
```

It will fail.

**IMPORTANT**: Now you still see errors after this commit, but it's
better because the errors come from `@protobuf`, not `@grpc-java`.
2025-08-28 16:07:14 -07:00
..
BUILD.bazel
build.gradle