We are happy to announce the release of Gradle 0.4.
New and Noteworthy
- Assemble projects with arbitrary physical locations to a multi-project build. A sub-category of this is the flat layout of an Eclipse multi-project structure.
- Eclipse file generation (including WTP) for Java projects.
- Filter's for requesting dependency files (external libs/ project libs).
- More context in the error logging for common failures
Have a look at our updated roadmap: http://gradle.org/roadmap.html
For those who don't know yet. Gradle is a new, flexible general purpose build system with a build-by-convention framework a la Maven on top. It uses Apache Ivy under the hood for its dependency management. Its build scripts are written in Groovy.
Labels:
