Skip to content

Commit 4add165

Browse files
Replaced depricated labels (#56)
Co-authored-by: Harvey <[email protected]>
1 parent 75b6a4c commit 4add165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/openapi_generator.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ _openapi_generator = rule(
192192
providers = [java_common.JavaRuntimeInfo],
193193
),
194194
"openapi_generator_cli": attr.label(
195-
cfg = "host",
195+
cfg = "exec",
196196
default = Label("//external:openapi_tools_generator_bazel/dependency/openapi-generator-cli"),
197197
allow_single_file = True,
198198
),

0 commit comments

Comments
 (0)