Well, that's all good then. You might still want to check out Gradle. Among other things, I've been impressed by:

- The built-in support for CheckStyle. Add one line to the build.gradle file, and now I can run "gradle checkstyleMain" and it will make sure my Java code (and my students' code) is properly formatted based on a super-vicious spec that I provide for them (in another file in a standard location).

- IntelliJ notices if you've got a build.gradle file and offers to import your project as a gradle project. It will then run the Gradle actions itself when you hit the "run" button. Totally seamless.