Hello all, I need some help with an issue I am having after upgrading a few libs on a project including pact and I started getting this on our pipeline
Copy code
n plugin 'au.com.dius.pact' type 'au.com.dius.pact.provider.gradle.PactPublishTask' property 'pactPublish' doesn't have a configured value.
u
uglyog
09/26/2023, 11:10 PM
Try move the pact block before
runAndPublishConsumerPactTests
m
Mike Lemos
09/27/2023, 6:40 AM
downgrading the version to 4.1.x fixed it, no idea why