-
Notifications
You must be signed in to change notification settings - Fork 594
Conversation
Did you mean to delete the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with Josh's comment above.
I didn't delete it. Only refreshed it with the newer version of the General information about the pinning is here: https://github.com/bazelbuild/rules_jvm_external#pinning-artifacts-and-integration-with-bazels-downloader With this updated version, if anyone ever updates the dependency list and doesn't repin, it will actually fail to compile and give the documentation in the console output for how to refresh. |
Sweet, sounds good. |
Updated
bazelbuild/rules_jvm_external
to version 4.2. Changelog can be found here. There were numerous enhancements and bug fixes.One of the key new features is the addition of the
maven_install.fail_if_repin_required
flag which fails the build if themaven_install
section was updated, but the pinned artifacts was not also updated.This PR also replaced some outdated rules that were used in the original migration to the
rules_jvm_external
tool.