Search code examples
javagrpccode-generationquarkusquarkus-grpc

How to use Quarkus gRPC extension with Gradle?


According to the Quarkus gRPC documentation, there has to be generate-code goal enabled for the quarkus-maven-plugin. However, I have not found if the corresponding functionality is implemented for the Quarkus Gradle plugin.

Question: How to build a Quarkus gRPC project with Gradle?


Solution

  • For Gradle there is no need to add another goal/task to the build configuration. The Quarkus Gradle plugin handles it itself.