Is there a way to suppress POM file consistency check in gradle?

We are connecting to our company’s internal software repos. Some of the artifacts in this repo are legacy manay of them have incorrect versions number in the descriptor files (pom, or ivy.xml). When gradle try to download these artifacts, it would fail. Is there an ability to suppress consistency check?

tks,

Ben

As far as I know, there’s no way to disable this check.