Closed christopher-francisco closed 5 years ago
It is backward compatible with older pact file formats. You need to make sure that the metadata section in the pact file has specification version 2.0.0 otherwise it will try load it as a V3 pact file.
i.e.,
"metadata": {
"pact-specification": {
"version": "2.0.0"
}
}
as the question says