bufbuild / buf-gradle-plugin

Gradle plugin for the Buf CLI
Apache License 2.0
49 stars 13 forks source link

Support generation of other formats for the image #158

Closed davireis closed 9 months ago

davireis commented 1 year ago

The bufBuild task always generate image.json, but I need the descriptor set in the usual protoc output format which can be generated by buf build -o image.binpb. The reason I need this format is because that is what envoy transcoder expects.

Happy to contribute with a simple change if this is still active.