EngFlow / bazel_invocation_analyzer

A tool that automatically analyzes a Bazel build's profile and offers suggestions on how to make it faster.
https://analyzer.engflow.com
Apache License 2.0
90 stars 10 forks source link

Pin Maven artifacts with `maven_install.json` #160

Closed saraadams closed 9 months ago

saraadams commented 9 months ago

See https://github.com/bazelbuild/rules_jvm_external#pinning-artifacts-and-integration-with-bazels-downloader and https://github.com/bazelbuild/rules_jvm_external/blob/master/docs/bzlmod.md#installation

Contributes to #154 (related to #149)

saraadams commented 9 months ago

I'm not sure how to review this, could you give me some hints please?

The links in the PR description describe

  1. why we want to do this (motivation), and
  2. how to set it up (code changes).

The maven_install.json is auto-generated, so doesn't need review.