| commit | b55339e359675d03a4f1cc001f1840d0b27966df | [log] [tgz] |
|---|---|---|
| author | Googler <hvd@google.com> | Wed Nov 26 02:20:52 2025 -0800 |
| committer | rules_java Copybara <noreply@google.com> | Wed Nov 26 02:21:26 2025 -0800 |
| tree | 58f0ff8d1fbc0982c67e39ab4d9ba6459c1d59aa | |
| parent | e515e2df8deda5dac0deb419cd46eafc9e224d3c [diff] |
Drop support for Bazel 6 Bazel 6.5.0 is EOL in Dec 2025 (https://bazel.build/release#support-matrix) Also bump other supported bazel versions to their latest minor/patch in CI PiperOrigin-RevId: 837025814 Change-Id: If9ea408f3f1df8e47279453d1bca2db9fefeb57e
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