-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin version higher than 4.3.19 throws exception #1686
Comments
Don't mix major Pact-JVM versions. You're using both |
The highest available version of The highest available version of |
Use |
I get the same issue when I have no pact dependencies added in. Attempting with gradle plugin version However, if I roll back the pact gradle plugin and add the latest dependencies like this:
And try to include these dependencies:
I get this exception for both of the dependencies:
The same thing happens if I use the gradle plugin version of The only way I can get it to work is rollback the plugin and the dependencies to |
I am using gradle with the following plugins section:
and some test dependencies:
However, if I try to use any version higher than
4.3.19
, executing any gradle tasks fails with the following error:It looks as though I am using gradle
7.4.2
, if that helps. Thanks for any help!The text was updated successfully, but these errors were encountered: