We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f4bfc commit e12aa99Copy full SHA for e12aa99
1 file changed
repository_rules.bzl
@@ -77,9 +77,9 @@ def switched_rules_by_language(
77
For example, to use this rule and enable Java and Go rules, add the following in the external
78
repository which imports com_google_googleapis repository and its corresponding dependencies:
79
80
- load("@com_google_googleapis//:repository_rules.bzl", "enabled_rules")
+ load("@com_google_googleapis//:repository_rules.bzl", "switched_rules_by_language")
81
82
- enabled_rules(
+ switched_rules_by_language(
83
name = "com_google_googleapis_imports",
84
grpc = True,
85
gapic = True,
0 commit comments