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