I don't know about Groovy's build but I have the opposite experience: Maven being many times slower than Gradle, and is usually more straight forward to convert from Ant. Of course, everyone can choose whatever (s)he is comfortable with.
2017-07-08 17:53 GMT+02:00 Emilian Bold <[email protected]>: > I'm actually in the process of Mavenizing it. > > PS: I actually had high expectations of Gradle. But after I fixed a > small bug in Groovy, which uses Gradle, I was surprised how super slow > it was on my (rather fast otherwise) machine. > > --emi > > > On Sat, Jul 8, 2017 at 1:14 AM, Attila Kelemen > <[email protected]> wrote: > > You can also manual Gradlize it :) > > > > 2017-07-07 12:27 GMT+02:00 Emilian Bold <[email protected]>: > > > >> Hello, > >> > >> It seems Eclipse supports this but I'm not able to find our UI for this. > >> > >> I'm looking at the JMeter codebase and they have multiple subfolders > >> (src/components, src/core) which would each generate a separate JAR. > >> > >> I'm able to create a Java Project with Existing Sources but it will > >> always create a single output JAR. > >> > >> Is this something we should try to support? > >> > >> Or is manual Mavenization the only way? > >> > >> --emi > >> >
