You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the task pactVerify it throws an error: Cannot invoke "au.com.dius.pact.provider.gradle.Broker.getPactBrokerUsername()" because the return value of "au.com.dius.pact.provider.gradle.PactPluginExtension.getBroker()" is null
Same happens when I do the same configuration with grade DSL. I wonder why the broker object is required to be present, if I'm using hasPactWith and providing a file path.
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently struggling with setting up a provider verification with the gradle plugin. My configuration in
build.gradle.kts
looks like this:When I try to run the task pactVerify it throws an error:
Cannot invoke "au.com.dius.pact.provider.gradle.Broker.getPactBrokerUsername()" because the return value of "au.com.dius.pact.provider.gradle.PactPluginExtension.getBroker()" is null
Same happens when I do the same configuration with grade DSL. I wonder why the broker object is required to be present, if I'm using
hasPactWith
and providing a file path.The text was updated successfully, but these errors were encountered: