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

make it easy to depend on remote repos using bazel-deps

Open johnynek opened this issue 6 years ago • 0 comments

If we had the maven_repositories method accepts a {} of already registered maven jars, so we don't duplicate, we could skip those, then return the list of actually registered items.

This would make it fairly easy to compositionally depend on many remote repos using this tool. Seems like it would be a nice win.

johnynek avatar Dec 16 '17 18:12 johnynek