Is there any Gradle equivalent for mvn dependency:resolve-plugins ???
There is the buildEnvironment
task that shows the buildscript classpath dependencies.
Is there any Gradle equivalent for mvn dependency:resolve-plugins ???
There is the buildEnvironment
task that shows the buildscript classpath dependencies.