I’m completely new to gradle and the developing world in general, but I was given a project to convert a maven build into a Gradle build. I was given the maven build and I know I can convert the .pom file into something gradle readable. I guess what I’m trying to say is how do i begin! what steps do I need to take with this maven project in order to convert it to a gradle project?