This repository was archived by the owner on Aug 30, 2022. It is now read-only.
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Broken with Bazel@HEAD on Bazel CI due to --incompatible_remove_native_maven_jar #158
Closed
Description
Bazel@HEAD (and the upcoming Bazel 2.0) will flip --incompatible_remove_native_maven_jar
to true by default.
Building //...
breaks with that flag enabled.
Repro:
- build Bazel at bazelbuild/bazel@8f075d2
- use that to build
//...
at cd4f16d - the build fails, but if you add
--noincompatible_remove_native_maven_jar
then it works
Metadata
Metadata
Assignees
Labels
No labels