Hey folks! I was starting to play around with Pact and gRPC and came across the protobuf plugin (
https://github.com/pactflow/pact-protobuf-plugin). Is there a way to automate the install of the plugin via maven/gradle?
I want to use this plugin for an open source sample project, but I can’t have any user who forks/clones the project have to go through setting it up so that they can build the application.
It would also make it much easier to set up in CI servers (GitHub actions, etc).