rules_jvm_external icon indicating copy to clipboard operation
rules_jvm_external copied to clipboard

Allow list of artifacts to be in a file rather than inline in the module

Open shs96c opened this issue 1 year ago • 1 comments

That would allow people to have a nice and simple MODULE.bazel file without too much noise.

Possible designs are here

shs96c avatar Apr 05 '24 15:04 shs96c

Bazel is shipping an include mechanism for MODULE.bazel. See https://github.com/bazelbuild/bazel/pull/21855

dzbarsky avatar Apr 10 '24 03:04 dzbarsky