New and Noteworthy
This is mainly a bug-fix release. However, there are a couple of minor improvements:
Simpler installation on Windows
The gradle.bat script no longer requires that you set the JAVA_HOME environment variable. It will simply pick up the version of Java from your PATH. You can still set JAVA_HOME if you prefer.
This behaviour has always been available in the gradle UNIX script.
Improvements to DSL
There are some changes to the Gradle build language to simplify writing rules in your build. Here's an example which changes the baseName for all Zip tasks:
0.9 |
0.9.2 |
|---|---|
There are a number of similar convenience methods available on DomainObjectCollection, which is used in many places in the build language. For more details see the API.
