How to convert a Maven project to Gradlew?

Asked

Viewed 239 times

1

I have a Maven project working perfectly and I need to convert to Gradlew how I can do this ?

  • 2

    I don’t agree that this question is "out of scope".

  • 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’m having trouble migrating the org.jrimum.bopepo library to the Gradlew project

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.