File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,10 @@ _common_attrs_for_plugin_bootstrapping = {
131
131
_collect_plus_one_deps_aspect ,
132
132
_coverage_replacements_provider .aspect ,
133
133
],
134
- providers = [JavaInfo ],
134
+ providers = [[ JavaInfo ] ],
135
135
),
136
136
"plugins" : attr .label_list (allow_files = [".jar" ]),
137
- "runtime_deps" : attr .label_list (providers = [JavaInfo ]),
137
+ "runtime_deps" : attr .label_list (providers = [[ JavaInfo ] ]),
138
138
"data" : attr .label_list (allow_files = True ),
139
139
"resources" : attr .label_list (allow_files = True ),
140
140
"resource_strip_prefix" : attr .string (),
@@ -683,7 +683,7 @@ _scala_junit_test_attrs.update(_common_attrs)
683
683
_scala_junit_test_attrs .update (_junit_resolve_deps )
684
684
685
685
_scala_junit_test_attrs .update ({
686
- "tests_from" : attr .label_list (providers = [JavaInfo ]),
686
+ "tests_from" : attr .label_list (providers = [[ JavaInfo ] ]),
687
687
})
688
688
689
689
scala_junit_test = rule (
You can’t perform that action at this time.
0 commit comments