Hi, I've added some Gradle scripts: https://github.com/apache/jmeter/pull/448
It does not build any jars yet, neither it runs tests. However it does load dependencies, so the code is green for me. I do move files around to allow test and implementation to be colocated (src/main and src/test folders) I'm using IntelliJ IDEA. Can anyone else check other IDEs? Does Gradle project load? I'm not sure how eclipse.classpath and eclipse.project files work, however I guess those files should be deleted, and https://marketplace.eclipse.org/content/buildship-gradle-integration should be used to load the project. PS. There's extras/ant-jmeter-1.0.jar. I think we'd better move it out of the repository or compile it during project build. Vladimir