Skip to content

Commit

Permalink
Add missing attribute classpath_resources for bazel java_binary
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 493321744
Change-Id: I2e598eaf305a972279230e8328dc1bb1c88a63e6
  • Loading branch information
hvadehra authored and copybara-github committed Dec 6, 2022
1 parent c1de292 commit 2a88c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/starlark/builtins_bzl/common/java/java_binary.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ BASIC_JAVA_BINARY_ATTRIBUTES = merge_attrs(
"use_testrunner": attr.bool(default = False),
"use_launcher": attr.bool(default = True),
"env": attr.string_dict(),
"classpath_resources": attr.label_list(allow_files = True),
"_stub_template": attr.label(
default = semantics.JAVA_STUB_TEMPLATE_LABEL,
allow_single_file = True,
Expand Down

0 comments on commit 2a88c8d

Please sign in to comment.