How to convert maven project into gradle project in myeclipse?

How to convert maven project into gradle project in myeclipse?

I haven’t heard of any MyEclipse functionality to do that. Typically, you’d install Gradle, change to the directory containing the (master) POM, and run ‘gradle init’. For some Maven builds, this will result in a fully working Gradle build. For others, you’ll have to manually port what couldn’t be ported automatically.

After executing gradle init command build.gradle file executed. Can you please let me know is there any approach where we can delete maven entries instead of manual deletion?

I don’t understand the question. Can you elaborate?

I have deleted maven respective folders and files after converting into gradle, thanks for your support.