| commit | 37b099cfd27de53495aea44763a16cd23ff929df | [log] [tgz] |
|---|---|---|
| author | Googler <cushon@google.com> | Wed Nov 19 07:40:00 2025 -0800 |
| committer | rules_java Copybara <noreply@google.com> | Wed Nov 19 07:40:24 2025 -0800 |
| tree | bb88d99b8d4fd066eeee3ca9d7ef4421046ec876 | |
| parent | 19936576119852560c1bd21bcd29a0ae1d629cbc [diff] |
Refactor java_single_jar to allow custom output names. PiperOrigin-RevId: 834288538 Change-Id: I18bd305a6870e74db4136f3dc78ffebefaaf91cd
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