The first thing to do is a gradle init. Gradle will read the Maven pom.xml and generate a compatible build.Gradle. However, there are things that are not migrated (such as plugins, custom tasks), and need to be manually adjusted. See a full manual on conversion to https://docs.gradle.org/current/userguide/migrating_from_maven.html
I don’t agree that this question is "out of scope".
– Nizer
The first thing to do is a
gradle init
. Gradle will read the Maven pom.xml and generate a compatible build.Gradle. However, there are things that are not migrated (such as plugins, custom tasks), and need to be manually adjusted. See a full manual on conversion to https://docs.gradle.org/current/userguide/migrating_from_maven.html– Nizer
I’m having trouble migrating the org.jrimum.bopepo library to the Gradlew project
– alexjosesilva