Search code examples
mavengroovybuildant

How do I migrate Ant build to Maven Resolver Ant Tasks using Groovy


Currently task to migrate our build process to gradle using maven resolver ant tasks. I've gone through the docs extensively, but I can't manage to get it to work. What I'm trying to accomplish is, having it read the dependencies from the pom.xml and install from our remote repository.


Solution

  • Was able to resolve my issue by just switching over to gradle using ant task.