Skip to content

Commit

Permalink
Use the Bazel zip tool instead of the jar tool.
Browse files Browse the repository at this point in the history
The `jar` tool is deprecated.

This change also removes the `_jar` attribute from the `j2cl_common` rule, as it is no longer used.

PiperOrigin-RevId: 693560171
  • Loading branch information
gkdn authored and copybara-github committed Nov 6, 2024
1 parent 9586726 commit a82a865
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build_defs/internal_do_not_use/j2cl_common.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -385,11 +385,6 @@ J2CL_TOOLCHAIN_ATTRS = {
cfg = "exec",
executable = True,
),
"_jar": attr.label(
cfg = "exec",
executable = True,
default = Label("@bazel_tools//tools/jdk:jar"),
),
"_java_frontend": attr.label(
default = Label("//:experimental_java_frontend"),
),
Expand Down

0 comments on commit a82a865

Please sign in to comment.