Skip to content

Commit

Permalink
Merge pull request #258 from tivvit/fix-go-plugin-opts
Browse files Browse the repository at this point in the history
fix go plugin opts
  • Loading branch information
aaliddell committed Jun 4, 2023
2 parents 21efd5d + ee49511 commit febb19d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grpc-gateway/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ proto_plugin(
],
options = ["paths=source_relative"],
outputs = ["{protopath}.pb.gw.go"],
separate_options_flag = True,
tool = "@com_github_grpc_ecosystem_grpc_gateway_v2//protoc-gen-grpc-gateway",
visibility = ["//visibility:public"],
)
Expand All @@ -23,6 +24,7 @@ proto_plugin(
quirks = [
"QUIRK_DIRECT_MODE",
],
separate_options_flag = True,
tool = "@com_github_grpc_ecosystem_grpc_gateway_v2//protoc-gen-openapiv2",
visibility = ["//visibility:public"],
)

0 comments on commit febb19d

Please sign in to comment.