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
And it's also there with 4.3.19
I'm using Gradle 7.4.2 and Java 17.
plugins {
id "au.com.dius.pact" version "4.3.0"
}
dependencies {
...
testImplementation("au.com.dius.pact.consumer:junit5:4.3.0")
}
Any insights would be appreciated.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I am updating an existing contract test code and when updating the version from 4.2.0 to 4.3.0, an existing line starts to throw exception:
And it's also there with 4.3.19
I'm using Gradle 7.4.2 and Java 17.
The text was updated successfully, but these errors were encountered: