| commit | 92f148693341f6f7e10667af5f02a6829eda235b | [log] [tgz] |
|---|---|---|
| author | Googler <hvd@google.com> | Tue Dec 09 07:36:00 2025 -0800 |
| committer | rules_java Copybara <noreply@google.com> | Tue Dec 09 07:36:35 2025 -0800 |
| tree | 0064b4fe7175d321f258705aeba6b5807f8020d8 | |
| parent | e6ba46c4e3b70797b164713ca1c01a7e25c44fa9 [diff] |
Update to `java_tools` `18.1` For https://github.com/bazelbuild/bazel/issues/27862 PiperOrigin-RevId: 842231974 Change-Id: I77d2196e6d5b595c9dd93344f2982e06423b0dc4
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