Skip to content

Commit 0cdcecb

Browse files
comiuscopybara-github
authored andcommitted
Fix singlejar label
PiperOrigin-RevId: 572473828 Change-Id: Ib2fe5a35906047719151d6c93f8c3d17a01d47df
1 parent 22f878d commit 0cdcecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/java_single_jar.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ java_single_jar = rule(
104104
by default."""),
105105
"multi_release": attr.bool(default = True, doc = """Whether to enable Multi-Release output jars."""),
106106
"_singlejar": attr.label(
107-
default = Label("//tools/jdk:singlejar"),
107+
default = Label("//toolchains:singlejar"),
108108
cfg = "exec",
109109
allow_single_file = True,
110110
executable = True,

0 commit comments

Comments
 (0)