File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ google_java_format_verification = rule(
7777 "srcs" : attr .label_list (allow_files = True ),
7878 "formatter" : attr .label (
7979 executable = True ,
80- cfg = "host " ,
80+ cfg = "exec " ,
8181 ),
8282 },
8383 outputs = {"output_file" : "%{name}.txt" },
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ _java_gapic_postprocess_srcjar = rule(
9494 "formatter" : attr .label (
9595 default = Label ("//:google_java_format_binary" ),
9696 executable = True ,
97- cfg = "host " ,
97+ cfg = "exec " ,
9898 ),
9999 },
100100 outputs = {
@@ -152,7 +152,7 @@ _java_gapic_samples_srcjar = rule(
152152 "formatter" : attr .label (
153153 default = Label ("//:google_java_format_binary" ),
154154 executable = True ,
155- cfg = "host " ,
155+ cfg = "exec " ,
156156 ),
157157 },
158158 outputs = {
You can’t perform that action at this time.
0 commit comments