| commit | a75e722ee86e248a129e7eca7fbe33eb68a2168d | [log] [tgz] |
|---|---|---|
| author | Googler <cushon@google.com> | Thu May 29 11:40:00 2025 -0700 |
| committer | rules_java Copybara <noreply@google.com> | Thu May 29 11:40:52 2025 -0700 |
| tree | 906d905c1549b4921e76d01ef880ac97704cdb17 | |
| parent | ae8a5b22648f3e6c8a4bc58ec0bb9f7c3f1a9668 [diff] |
In `make_non_strict`, `header_compilation_direct_deps` should be the same as `compile_jars`, not `full_compile_jars` PiperOrigin-RevId: 764817862 Change-Id: Ieffa6ace40d189cdd1ff10c8cee1c6e567ba86b2
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