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 >>
