bazel-deps icon indicating copy to clipboard operation
bazel-deps copied to clipboard

Support for sha1_src

Open derfsubterfuge opened this issue 6 years ago • 3 comments

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?

derfsubterfuge avatar Jun 19 '18 19:06 derfsubterfuge

good news. #170 just merged.

johnynek avatar Jun 19 '18 19:06 johnynek

For anyone else out there wondering why "it doesn't work" Try changing resolverType to coursier in options.

mjduijn avatar Nov 22 '18 09:11 mjduijn

I really need to make coursier the default.

A PR on that would be welcome!

johnynek avatar Nov 22 '18 17:11 johnynek