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
plugins {
id("au.com.dius.pact") version "4.2.6"
}
I am trying to upgrade Gradle to 7.0.2, but it is causing the pactVerify task to fail.
* What went wrong:
Some problems were found with the configuration of task ':pactVerify_clapton-profile-provider' (type 'PactVerificationTask').
- Type 'au.com.dius.pact.provider.gradle.PactVerificationTask' property 'providerToVerify' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
1. Add an input or output annotation.
2. Mark it as @Internal.
Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#missing_annotation for more details about this problem.
- Type 'au.com.dius.pact.provider.gradle.PactVerificationTask' property 'verifier' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
1. Add an input or output annotation.
2. Mark it as @Internal.
Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#missing_annotation for more details about this problem
The text was updated successfully, but these errors were encountered:
I am using version 4.2.6 of the provider plugin
I am trying to upgrade Gradle to 7.0.2, but it is causing the
pactVerify
task to fail.The text was updated successfully, but these errors were encountered: