We are converting our maven project to gradle. We had used ‘maven-dependency-plugin’ to manipulate (unpack, unpack-dependencies, copy, copy-dependencies) artifacts in pom.xml.
The ‘maven-dependency-plugin’ has lot of configuration which can be done during manipulation, like stripping version, failOnMissingClassifierArtifact, overWriteIfNewer, overWriteReleases etc…
Is there a equivalent plugin in gradle which does the same?