Reputation: 64012
How to build Maven with Gradle.
That is what build.gradle
should be to use maven pom.xml
(Of course it will have some limitations or likely to new or external gradle plugin)
I have come on examples before, but cannot find in userguide.
Upvotes: 2
Views: 5043
Reputation: 1659
Have You read Gradle guide about Maven ? It depends on what You want to do with the pom.xml
file. Another place to look is the Gradle pom converter to fully convert your existing Maven build to Gradle.
Upvotes: 3