bazel_maven_repository
bazel_maven_repository copied to clipboard
zip END header not found
Describe the bug
When using bazel_maven_repository
, the build fails to compile with the error in the title: zip END header not found
. Using rules_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):
- OS: MacOSX 10.14.6 (18G95)
- Bazel: 1.0.0
- Rules: See repo
Additional context Full error message can be seen in the README
Thanks for this repro case.
It's been a long time, and I'm getting back to this project. It may be moot at this point, but I'll take a look at this this week or next.