Configure coverage helpers for the test exec group (#292) These tools run on the test action's execution platform and should thus be configured for it. Closes #292 COPYBARA_INTEGRATE_REVIEW=https://github.com/bazelbuild/rules_java/pull/292 from fmeum:fix-coverage-exec-group d341fc0b941478f26f78fff64ace22ce2726ce88 PiperOrigin-RevId: 755287580 Change-Id: I88548701af955d6ffe410852f60d8b6337f44d81
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