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
Using a Gradle wrapper at 7.1 and version 4.1.26 of the "au.com.dius.pact" Gradle plugin, the canIDeploy task fails as shown below.
$ ./gradlew canIDeploy -Ppacticipant=pactProvider -PpacticipantVersion=0.0.6
> Task :canIDeploy FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':canIDeploy' (type 'PactCanIDeployTask').
- In plugin 'au.com.dius.pact'type'au.com.dius.pact.provider.gradle.PactCanIDeployTask' property 'brokerClient' 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.1/userguide/validation_problems.html#missing_annotation for more details about this problem.* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.* Get more help at https://help.gradle.orgBUILD FAILED in 1s1 actionable task: 1 executed
When the Gradle wrapper is switched from 7.1 to 6.8 then the canIDeploy task works fine again.
The text was updated successfully, but these errors were encountered:
This looks related to #1429 and #1374.
Using a Gradle wrapper at 7.1 and version 4.1.26 of the "au.com.dius.pact" Gradle plugin, the
canIDeploy
task fails as shown below.When the Gradle wrapper is switched from 7.1 to 6.8 then the
canIDeploy
task works fine again.The text was updated successfully, but these errors were encountered: