| commit | 1947744286abd43834fd1c2a3c5a6b7495a669d5 | [log] [tgz] |
|---|---|---|
| author | Fabian Meumertzheim <fabian@meumertzhe.im> | Wed Jun 11 05:23:11 2025 -0700 |
| committer | rules_java Copybara <noreply@google.com> | Wed Jun 11 05:23:51 2025 -0700 |
| tree | dd7215bba4b0bf60ecc00d6456e5f44df8a2be05 | |
| parent | fecb9fbe5e5417997bb8dda24c1873a130baf7d4 [diff] |
Add support for `--incompatible_compact_repo_mapping_manifest` (#301) Adds support for the new `_repo_mapping` format introduced in https://github.com/bazelbuild/bazel/issues/26262 to the runfiles library. Closes #301 COPYBARA_INTEGRATE_REVIEW=https://github.com/bazelbuild/rules_java/pull/301 from fmeum:compact-repo-mapping 678ea6da9257e7db1e1f5d4523b59f47e702a32a PiperOrigin-RevId: 770101779 Change-Id: Ifb6a8676b9612dd662e289d90a8e56e612c9f5b3
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