forked from cosmostation/ibc_proto_converted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuf.gen.yaml
32 lines (28 loc) · 845 Bytes
/
buf.gen.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: v1
managed:
enabled: true
java_multiple_files: false
plugins:
# SWIFT proto & grpc
- plugin: buf.build/apple/swift:v1.21.0
opt: FileNaming=PathToUnderscores
out: gen/swift
- plugin: buf.build/grpc/swift:v1.16.0
opt: FileNaming=PathToUnderscores
out: gen/swift
## JAVA proto & grpc
- plugin: buf.build/protocolbuffers/java:v23.2
out: gen/java
- plugin: buf.build/grpc/java:v1.55.1
opt: paths=source_relative
out: gen/java
## JAVASCRIPT proto & grpc
- plugin: buf.build/protocolbuffers/js:v3.21.2
out: gen/js
- plugin: buf.build/grpc/node:v1.12.4
out: gen/js
## PYTHON proto & grpc
- plugin: buf.build/protocolbuffers/python
out: gen/python
- plugin: buf.build/grpc/python:v1.55.0
out: gen/python