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
Method createPact does not conform required method signature 'public au.com.dius.pact.core.model.V4Pact xxx(PactBuilder builder)'
java.lang.UnsupportedOperationException: Method createPact does not conform required method signature 'public au.com.dius.pact.core.model.V4Pact xxx(PactBuilder builder)'
Assuming it's an issue with the versions of pact I'm using. What pact version should I use in my build.gradle - to get the above working?
The text was updated successfully, but these errors were encountered:
I am following the pact doc: https://docs.pact.io/implementation_guides/jvm/consumer/junit5 to write a pact test.
When I run test, I get console error:
Assuming it's an issue with the versions of pact I'm using. What pact version should I use in my build.gradle - to get the above working?
The text was updated successfully, but these errors were encountered: