You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bazel itself uses https://github.com/google/jarjar. It's actually distributed with Bazel as @bazel_tools//third_party/java/jarjar:jarjar_import, although you may not want to depend on those labels for bazel-common.
The text was updated successfully, but these errors were encountered:
That actually sounds good - the pantsbuild version says that it isn't meant
to be used anywhere outside of pants. Fewer external dependencies to manage
It's distributed with Bazel as @bazel_tools//third_party/java/jarjar:jarjar_import
Er, that's actually the pre-google/jarjar version. The next Bazel release will be using google/jarjar, but at a different label in @bazel_tools//third_party/jarjar instead.
Depending on the repo directly might be more robust than using @bazel_tools.
Bazel itself uses https://github.com/google/jarjar. It's actually distributed with Bazel as
@bazel_tools//third_party/java/jarjar:jarjar_import
, although you may not want to depend on those labels for bazel-common.The text was updated successfully, but these errors were encountered: