How to use Quarkus gRPC extension with Gradle?

784 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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