Hello all, I need some help with an issue I am hav...
# pact-jvm
m
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
Try move the pact block before
runAndPublishConsumerPactTests
m
downgrading the version to 4.1.x fixed it, no idea why