Hi I'm using gradle plugin to verify pact. Instead...
# pact-jvm
p
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?
r
What version of Pact-JVM and Gradle are you using?
p
Thanks for your response @rholshausen. I'm using gradle pact plugin version 4.3.10 and my gradle version is 7.6
Can anyone help on this?