How to include extra protoc plugins in Quarkus using Gradle? #27278
Unanswered
ranjanashish
asked this question in
Q&A
Replies: 1 comment 5 replies
-
/cc @glefloch, @quarkusio/devtools |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am implementing a gRPC server using Quarkus gRPC extension with Gradle as my build tool. How can I instruct Quarkus to include another protoc plugin for code generation. The plugin that I am trying to include is https://github.com/envoyproxy/protoc-gen-validate#java.
Beta Was this translation helpful? Give feedback.
All reactions