Hey folks! I was starting to play around with Pact...
# pact-jvm
e
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).
r
the latest version of Pact-JVM can auto-install the plugin as needed.
e
Is there any configuration I need to do? Or just to use the plugin and it should just “work”?