I used gradle init to convert maven multi-module project to gradle. Bit it just created dependencies and project structure into new build.gradle and gradle.settings files.Any automated way to migrate plugins and properties , profiles also??
Gradle init won’t convert maven plugins to the equivalent gradle script. It’s just meant to be a starting point to migrate from maven to gradle
There are hundreds (thousands?) of third party Maven plugins and converting all of these to Gradle would require some pretty fantastic artificial intelligence.
You might be interested in a plugin I wrote which parses the Maven poms into a model then let’s you run freemarker templates on the model to generate gradle scripts