google / google/protobuf-gradle-plugin
Gradle dsl to specify the mainClass for protocPlugin
Open
enhancement
feature request
- Dominant language
- Groovy
- Stars
- 1.8k
- Forks
- 288
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm trying to rewrite this [maven build script](https://quarkus.io/guides/grpc-getting-started#generating-java-files-from-proto-with-protobuf-maven-plugin) into gradle and i'm stuck with this section :
```xml
quarkus-grpc-protoc-plugin
io.quarkus
quarkus-grpc-protoc-plugin
1.10.5.Final
io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator
```
How can we specify the mainClass for pure java plugins ?
Contributor guide
Assessment
This issue has not been assessed yet.