Overhaul `@rules_java` bzl_library dep graph - Construct an accurate `bzl_library` target for the compatibility proxy - Updates `proto_support.bzl` to use the right `java_common` - Work towards fixing https://github.com/bazelbuild/bazel/issues/24455 PiperOrigin-RevId: 699129931 Change-Id: I55f6e744602e3760f69bc197a8f107fd119feee0
Java Rules for Bazel https://bazel.build.
Documentation
For a quickstart tutorial, see https://bazel.build/start/java
For slightly more advanced usage, like setting up toolchains or writing your own java-like rules, see https://bazel.build/docs/bazel-and-java
Core Java rules
Add a load like:
load("@rules_java//java:java_library.bzl", "java_library")
to your BUILD / BUILD.bazel / bzl` files
For detailed docs on the core rules, see https://bazel.build/reference/be/java