Hi,
How do i add a task to run before gradle resolve dependencies,
basically i am trying got find the dependencies version of a particular binary by reading an xml file first,
whatever version i find in that xml i want gradle project build to use that version of that particular dependency,
A common use case is you have a parent pom.xml (Mavenized builds) which defines what version of all dependencies you shall pick in subproject, and we want to pick the version from pom.xml, before doing resolve dependenciesin gradle build.