Bhavana Dornadula
05/19/2025, 5:58 PMUnable to download com.salesforce.csg.testautomation.services:CSG-UnifiedTestAutomation-Services:7.0.0-local-SNAPSHOT:sources from MavenLocal. Ensure that all the artifact's components are available in this repository. Alternatively, adjust the order of repositories in build.gradle to prioritize downloading from the repository with the full set of components.
Vampire
05/19/2025, 7:36 PMmavenLocal()
is broken by design in Maven already. It makes your builds slow, flaky, and unreliable. You should avoid using it whenever you can, and if you really need it, then only as last in the list and optimally always with a repository content filter to control what exactly is resolved from there.