We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bazel clean
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
how to reproduce:
maven.install
REPIN=1 bazel run @maven//:pin
bazel clean --expunge
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.
The text was updated successfully, but these errors were encountered:
Any reaction? @shs96c
Sorry, something went wrong.
Seems specific to coursier as maven doesn't have this issue. cc @protocol7
No branches or pull requests
how to reproduce:
maven.install
with maven bom (e.g "org.springframework.boot:spring-boot-dependencies:3.4.2")REPIN=1 bazel run @maven//:pin
and update lock file for maven.install.bazel clean --expunge
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.
The text was updated successfully, but these errors were encountered: