I've had a java maven project, and now I converted to gradle because I have to write some cutom build script.
I'm wondering if I still need to keep pom.xml
. Do I need to add my dependencies to pom.xml
, or I should get rid of pom.xml
and add them to build.gradle
? Does gradle replace maven ?