pact-foundation / pact-jvm

JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://docs.pact.io
Apache License 2.0
1.08k stars 479 forks source link

Error in installing the au.com.dius.pact:consumer:4.6.1 in Intellij #1697

Closed Subhojit-Dey1234 closed 1 year ago

Subhojit-Dey1234 commented 1 year ago

I am having issue in installing au.com.dius.pact:consumer:4.6.1 in Intellij.

Screenshot 2023-06-23 at 8 58 31 PM
rholshausen commented 1 year ago

Try now, it seems to be available https://central.sonatype.com/artifact/au.com.dius.pact/consumer/4.6.1/versions

Subhojit-Dey1234 commented 1 year ago

Same nothing is working. I forgot to mention I am using this command for downloading. implementation 'au.com.dius.pact.consumer:junit5:4.6.1' in the dependencies of build.gradle. Is it correct?

Subhojit-Dey1234 commented 1 year ago

Ok this is solved. I was using a gradle version 7.4 after updating to 8.1 everything is working fine. I am closing this issue.