Hi
I'm using gradle plugin to verify pact. Instead of configuring version property under serviceProviders in build.gradle, I would like to set pact.provider.version in runtime while invoking the gradle task.
I'm trying with ./gradlew pactVerify -Dpact.provider.version=<PROVIDER_VERSION>
But this is not working. Can someone help?