Skip to content

Commit de6b917

Browse files
cushoncopybara-github
authored andcommitted
Don't require JavaInfo in java_single_jar.deps
Support for files was partially added in unknown commit, this is pre-work for unknown commit Startblock: * BTRGuardian allows unknown commit PiperOrigin-RevId: 582691673 Change-Id: I8e71c06bf2da218a142882be594fdcb605de9455
1 parent ebbf67e commit de6b917

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

java/java_single_jar.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def _java_single_jar(ctx):
7373
java_single_jar = rule(
7474
attrs = {
7575
"deps": attr.label_list(
76-
providers = [JavaInfo],
7776
allow_files = True,
7877
doc = """
7978
The Java targets (including java_import and java_library) to collect

0 commit comments

Comments
 (0)