Gradle Blog from Dec 05, 2008

Gradle 0.5 is available

We are very excited to announce the release of Gradle 0.5. This release comes with major new features, like:

  • Full support for deployment to Maven repositories (including pom generation)
  • Support for generating OSGi bundles
  • A Jetty plugin for testing web applications
  • Improved logging
  • and much more ...

Release notes: http://docs.codehaus.org/display/GRADLE/Gradle+0.5+Release+Notes
User's guide: http://gradle.org/userguide.html
Download: http://dist.codehaus.org/gradle/gradle-0.5-all.zip

There will be a Gradle session at Devoxx. I will be around at Devoxx for the whole week. Please drop me a line if you are interested in meeting there.

We are also very excited to present Gradle at TheServerSide Java Symposium in March 2009.

For those who haven't come across Gradle 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.