bazelbuild / rules_jvm_external

Bazel rules to resolve, fetch and export Maven artifacts
Apache License 2.0
316 stars 236 forks source link

Don't create an invalid http_file declaration if the artifact is missing a downloaded file #1148

Closed cheister closed 1 month ago

cheister commented 1 month ago

This should fix https://github.com/bazelbuild/rules_jvm_external/issues/1114 where http_file declarations were added to defs.bzl when no artifact file had been downloaded.