commit | 4bd56d5d62c7d9a630928c704262dc0a87614829 | [log] [tgz] |
---|---|---|
author | Honnix <honnix@users.noreply.github.com> | Tue Sep 02 04:11:54 2025 -0700 |
committer | rules_java Copybara <noreply@google.com> | Tue Sep 02 04:12:30 2025 -0700 |
tree | 62931534b56291a701f4e4cb5bcb7c42c7673d10 | |
parent | d8744976967245dfab3f6575a64a8d1c21c926b8 [diff] |
chore: Support remote_file_urls and remote_file_integrity in extension (#315) Closes #314 Closes #315 COPYBARA_INTEGRATE_REVIEW=https://github.com/bazelbuild/rules_java/pull/315 from honnix:honnix/remote-file a0c276db08d7268781a3c17b5af6b9fd7f03b741 PiperOrigin-RevId: 802081702 Change-Id: I7bd2b082933844eed24570553fdb2fc20f51777c
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