File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,13 @@ _common_attrs_for_plugin_bootstrapping = {
126126 ".srcjar" ,
127127 ".java" ,
128128 ]),
129- "deps" : attr .label_list (aspects = [
130- _collect_plus_one_deps_aspect ,
131- _coverage_replacements_provider .aspect ,
132- ]),
129+ "deps" : attr .label_list (
130+ aspects = [
131+ _collect_plus_one_deps_aspect ,
132+ _coverage_replacements_provider .aspect ,
133+ ],
134+ providers = [[JavaInfo ]],
135+ ),
133136 "plugins" : attr .label_list (allow_files = [".jar" ]),
134137 "runtime_deps" : attr .label_list (providers = [[JavaInfo ]]),
135138 "data" : attr .label_list (allow_files = True ),
@@ -695,4 +698,4 @@ def scala_specs2_junit_test(name, **kwargs):
695698 ** kwargs
696699 )
697700
698- scala_doc = _scala_doc
701+ scala_doc = _scala_doc
You can’t perform that action at this time.
0 commit comments