rules_jvm_external
rules_jvm_external copied to clipboard
Allow list of artifacts to be in a file rather than inline in the module
That would allow people to have a nice and simple MODULE.bazel file without too much noise.
Bazel is shipping an include mechanism for MODULE.bazel. See https://github.com/bazelbuild/bazel/pull/21855