bazel_maven_repository icon indicating copy to clipboard operation
bazel_maven_repository copied to clipboard

Clean the kramer workspace by using a deps.bzl and a switch.

Open cgruber opened this issue 4 years ago • 0 comments

Per corbin's comment in #112:

Suggest extracting the maven_repository_rules into a deps.bzl and switch on import alias e.g. load("//:deps.bzl", define="define_local") and load("//:deps.bzl", define="define_remote")

commenting out the alternative makes it messy in the WORKSPACE.

cgruber avatar May 26 '20 18:05 cgruber