Description of the problem / feature request:
jvm_maven_import_external(
name = "info_picocli",
artifact = "info.picocli:picocli:4.0.4",
artifact_sha256 = "",
licenses = ["notice"],
server_urls = maven_servers,
)
If artifact_sha256 is empty and maven_servers is a non-secure service Bazel is complaining about the missing artifact_sha256.
However, if I specify a wrong artifact_sha256 (copy and paste error on my end), Bazel build is not failing with a "wrong sha error" but with a weird: Extracting interface @info_picocli//:info_picocli failed (Aborted): ijar failed: error executing command because of Unable to open Zip file external/info_picocli/....jar: Input/output error
Feature requests: what underlying problem are you trying to solve with this feature?
Bazel should fail with a message explaining that the SHA is wrong.
What's the output of bazel info release?
1.2.1
Description of the problem / feature request:
If
artifact_sha256is empty andmaven_serversis a non-secure service Bazel is complaining about the missingartifact_sha256.However, if I specify a wrong
artifact_sha256(copy and paste error on my end), Bazel build is not failing with a "wrong sha error" but with a weird:Extracting interface @info_picocli//:info_picocli failed (Aborted): ijar failed: error executing commandbecause ofUnable to open Zip file external/info_picocli/....jar: Input/output errorFeature requests: what underlying problem are you trying to solve with this feature?
Bazel should fail with a message explaining that the SHA is wrong.
What's the output of
bazel info release?1.2.1