We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9359c9 commit 830238aCopy full SHA for 830238a
1 file changed
rules/proto_gazelle.bzl
@@ -77,7 +77,7 @@ _gazelle_runner = rule(
77
implementation = _gazelle_runner_impl,
78
attrs = {
79
"gazelle": attr.label(
80
- default = "@bazel_gazelle//cmd/gazelle",
+ default = "@build_stack_rules_proto//cmd/gazelle",
81
executable = True,
82
cfg = "exec",
83
),
0 commit comments