Open
Description
how to reproduce:
- Create project with rules_jvm_external 6.7.
- Add
maven.install
with maven bom (e.g "org.springframework.boot:spring-boot-dependencies:3.4.2") - Run
REPIN=1 bazel run @maven//:pin
and update lock file for maven.install. - Run
bazel clean --expunge
- Run
bazel build //...
You will see error about unpinned artifact and advice to re-pin.
Cause:
Empty boms list passed here which causes discrepancies of hash calculations between fetch and pin.
Metadata
Metadata
Assignees
Labels
No labels