zip END header not found #91
Labels
Priority-0
Critical fix/feature and should be released in a patch release, possibly backported
Type-bug
Something isn't working
Describe the bug
When using
bazel_maven_repository
, the build fails to compile with the error in the title:zip END header not found
. Usingrules_jvm_external
in the same codebase is able to compile.To Reproduce
Steps to reproduce the behavior:
git clone [email protected]:changusmc/issue_maven_repository_rules.git
cd issue_maven_repository_rules
bazel build //...
Expected behavior
Build succeeds and jar is produced
Environment (please complete the following information):
Additional context
Full error message can be seen in the README
The text was updated successfully, but these errors were encountered: