| commit | aa153f057a204f6212ec766029ff9df2b4c0285c | [log] [tgz] |
|---|---|---|
| author | Googler <hvd@google.com> | Fri Nov 14 02:14:36 2025 -0800 |
| committer | rules_java Copybara <noreply@google.com> | Fri Nov 14 02:15:10 2025 -0800 |
| tree | 0f64e046ef5d55e77c5c4f64399ed1f025af7500 | |
| parent | 8427063e872aa3bddf1d091c3faa129d9395a261 [diff] |
Execute the `check_remote_java_tools_configs_test` only on a single platform The test is platform / bazel independent and is wasteful to run on all platforms / bazel combinations (ignore-relnotes) PiperOrigin-RevId: 832226923 Change-Id: I74ede6ccf16f8f5ec4331ee258495e386188026d
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