Skip to content

Commit

Permalink
Replace cfg = "host" with cfg = "exec"
Browse files Browse the repository at this point in the history
This is a no-op cleanup, 'host' is being renamed to 'exec', see:
bazelbuild/bazel#17032
  • Loading branch information
cushon committed Feb 28, 2024
1 parent 2de487b commit 3fbcdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gax-java/gax_java.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ google_java_format_verification = rule(
"srcs": attr.label_list(allow_files = True),
"formatter": attr.label(
executable = True,
cfg = "host",
cfg = "exec",
),
},
outputs = {"output_file": "%{name}.txt"},
Expand Down

0 comments on commit 3fbcdeb

Please sign in to comment.