-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Dependencies broken since 4.4.0-beta.8 #1639
Comments
Can you try 4.4.1? |
Also problem with 4.4.1 :/
|
What are you running? Is this in your project, or are you running the Pact-JVM project build? |
Version 4.4.1 works fine here. Thanks! |
Sorry, in my project. |
I've got the same issue in my project using 4.4.1 (using both Junit5 consumer and provider dependencies):
|
Also fails in this project: PR, CI run |
@WeronikaJargielo @artamonovkirill I have released 4.4.2 with the corrected dependency constraints for org.json:json and org.apache.httpcomponents.client5:httpclient5-fluent |
4.4.2 works fine, thank you for the quick fix! |
Also problem with 4.4.2
|
I am facing the same issue as @mu2in
Note that this issue only occurs in the jenkins ci pipeline. Locally it seems to work. EDIT: problem seems to be specific to the gradle version. After update to latest gradle(w) it works |
For people having this issue, upgrade Gradle to either 6.9.3 or 7.5.1. This looks to be an issue with Gradle loading the Gradle module metadata that is published along side the actual artifacts. |
Trying out '4.4.0-beta.8'
Trying out '4.4.0'
No problems with '4.4.0-beta.7'
The text was updated successfully, but these errors were encountered: