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
It appears that the pact plugin for gradle (which uses xerces) causes a SAXNotRecognizedException to occur when we resolve configurations using this algorithm
(I'm not 100% sure but we don't get this error in projects that do no use the pact plugin and the only dependency in the build logic we can find that uses Xerces is the pact plugin)
The text was updated successfully, but these errors were encountered:
Due to the following change in Gradle 8.4
https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers
It appears that the pact plugin for gradle (which uses xerces) causes a SAXNotRecognizedException to occur when we resolve configurations using this algorithm
https://docs.gradle.org/current/userguide/dependency_management.html#ex-resolving-all-configurations
(I'm not 100% sure but we don't get this error in projects that do no use the pact plugin and the only dependency in the build logic we can find that uses Xerces is the pact plugin)
The text was updated successfully, but these errors were encountered: