5

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?

Sasha Shpota
  • 9,436
  • 14
  • 75
  • 148
  • Sasha Shpota were you able configure Quarkus gRPC with Gradle? – shbunjaku Jan 15 '21 at 10:00
  • 1
    @Shb yes, here is an example of a project which I created to reproduce a bug in Quarkus, but it is a valid Gradle project with gRPC https://github.com/shpota/quarkus-grpc-alpine-issue. I hope it helps you. – Sasha Shpota Jan 15 '21 at 10:06

1 Answers1

2

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