We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff65c1 commit 23d2ee6Copy full SHA for 23d2ee6
ydb/core/fq/libs/config/protos/ya.make
@@ -34,6 +34,10 @@ PEERDIR(
34
ydb/library/yql/providers/s3/proto
35
)
36
37
-EXCLUDE_TAGS(GO_PROTO)
+ONLY_TAGS(
38
+ CPP_PROTO
39
+ PY_PROTO
40
+ PY3_PROTO
41
+)
42
43
END()
ydb/core/protos/ya.make
@@ -176,6 +176,10 @@ PEERDIR(
176
177
CPP_PROTO_PLUGIN0(config_proto_plugin ydb/core/config/tools/protobuf_plugin)
178
179
180
181
182
183
184
185
0 commit comments