I currently have a project with a lot of modules and dependencies using buildr
Buildfile. For numerous reasons, we would like to migrate the project to gradle
.
Is it possible in an easy way? Should we rewrite the Buildfile into a build.gradle
file?
I've searched everywhere, but seems that nobody has that issue. I shouldn't attach the Buildfile since it's an enterprise project, although I think it's useless to see the exact content of it.