Duplicate sub-plugins make general commands fail
If you have a plugin/sub-repo that internally uses another plugin (e.g. the cc-rules) and also have the parent project use both of these plugins, then commands such as plz build or plz test will fail with the error:
CRITICAL: Found multiple definitions for subrepo 'cc' ( [Details on the two instances of the sub-plugins] )
It is however, still possible to build a rule specifically (e.g.plz build //:ruleName) even though this rule would also have the same dependencies.
This issue has been automatically marked as stale because it has not had any recent activity in the past 90 days. It will be closed if no further activity occurs. If you require additional support, please reply to this message. Thank you for your contributions.