From ee49511f6f85ca843b6e4f6db4d1ac2048d58030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20List=C3=ADk?= Date: Sat, 20 May 2023 19:49:19 +0200 Subject: [PATCH] fix go plugin opts --- grpc-gateway/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grpc-gateway/BUILD.bazel b/grpc-gateway/BUILD.bazel index c65f382b..3e951201 100644 --- a/grpc-gateway/BUILD.bazel +++ b/grpc-gateway/BUILD.bazel @@ -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"], ) @@ -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"], )