Skip to content

Commit

Permalink
Add grpc-java and mypy to example (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Jan 26, 2024
1 parent 0850a5b commit 720bf47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ plugins:
- plugin: java
out: build/java
path: ["go", "run", "github.com/wasilibs/go-protoc-gen-builtins/cmd/[email protected]"]
- plugin: grpc_java
out: build/java
path: ["go", "run", "github.com/wasilibs/go-protoc-gen-grpc-java/cmd/[email protected]"]
- plugin: kotlin
out: build/kotlin
path: ["go", "run", "github.com/wasilibs/go-protoc-gen-builtins/cmd/[email protected]"]
Expand Down Expand Up @@ -54,6 +57,9 @@ plugins:
- plugin: grpc_python
out: build/python
path: ["go", "run", "github.com/wasilibs/go-protoc-gen-grpc/cmd/[email protected]"]
- plugin: mypy
out: build/python/mypy
path: ["go", "run", "github.com/wasilibs/go-protoc-gen-mypy/cmd/[email protected]"]
- plugin: ruby
out: build/ruby
path: ["go", "run", "github.com/wasilibs/go-protoc-gen-builtins/cmd/[email protected]"]
Expand Down

0 comments on commit 720bf47

Please sign in to comment.