bazel-deps
bazel-deps copied to clipboard
Support for sha1_src
It looks like bazel is finally adding support for downloading maven sources using the sha1_src flag. It looks like it will be in the next bazel release (See https://github.com/bazelbuild/bazel/commit/39780843f241da1b57fed2396f0b908d1a2cd5f4). Can you add support for this?
good news. #170 just merged.
For anyone else out there wondering why "it doesn't work"
Try changing resolverType
to coursier
in options.
I really need to make coursier the default.
A PR on that would be welcome!