Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shade com.google.common.** in the Jacoco test runner. #12999

Closed
wants to merge 1 commit into from
Closed

Shade com.google.common.** in the Jacoco test runner. #12999

wants to merge 1 commit into from

Commits on Feb 11, 2021

  1. Shade com.google.common.** in the Jacoco test runner.

    This isolates the Bazel coverage runner's version of Guava from the
    user's.
    
    Testing Done:
    - Verified `bazel coverage` worked against a crufty internal target
      using this patch with java_tools javac11-10.5 and Bazel 4.0.0.
    - `bazelisk build src:java_tools.zip`; manual inspection of
      `JacocoCoverage_jarjar_deploy.jar`.
    rbeasley committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    095454a View commit details
    Browse the repository at this point in the history