Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ package_group(
packages = [
"//protoc-gen-grpc-gateway/...",
"//protoc-gen-openapiv2/...",
"//protoc-gen-openapiv3/...",
],
)

Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ install:
go install github.com/bufbuild/buf/cmd/[email protected]
go install \
./protoc-gen-openapiv2 \
./protoc-gen-grpc-gateway
./protoc-gen-grpc-gateway \
./protoc-gen-openapiv3

proto:
# These generation steps are run in order so that later steps can
Expand Down
4 changes: 4 additions & 0 deletions buf.gen.openapiv3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: v2
plugins:
- local: protoc-gen-openapiv3
out: .
Loading
Loading