-
-
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
Pact Gradle plugin causes build to fail since 4.3.13 #1588
Comments
How are you applying the plugin to the project? |
Also, can you let us know what version of Gradle you are using? |
Same for us. We are using gradle-7.4.2. build.gradle -> buildscript { Error->
|
If you remove |
Hello @rholshausen , we are using gradle 7.4.2. |
The problem is that the plugin needs to be fetched from plugins.gradle.org, not from a Maven repository. The next released version should be fixed and be able to be loaded from a Maven repository. |
Thanks for fixing this with 4.3.14. However, the |
The gradle artifact is there now: https://repo1.maven.org/maven2/au/com/dius/pact/provider/gradle/4.3.14/ |
Hello, after upgrading Pact gradle plugin to 4.3.13 (from 4.3.12) our gradle build fails almost immediately after starting it.
The error I got:
Could not apply requested plugin [id: ‘au.com.dius.pact’, version: ‘4.3.13’] as it does not provide a plugin with id ‘au.com.dius.pact’. This is caused by an incorrect plugin implementation. Please contact the plugin author(s)
Version 4.3.12 works perfectly fine. :)
The text was updated successfully, but these errors were encountered: