On 15/10/2010, at 6:18 AM, Matthias Bohlen wrote: > Hi, > > will there be a binary of Gradle 0.9 for Java 5? When I download Gradle > 0.9RC1 and run "gradle -t" or "gradle eclipse" under Java 5, it terminates > with an exception about a method in java.lang.String that cannot be found.
This has been fixed. Gradle 0.9 will work with Java 5. We don't have any plans to drop Java 5 support at this stage. For 0.9-rc1, we hadn't noticed that our CI build that was supposed to be testing with java 5 had accidentally switched to using java 6, and so we were not doing any testing with java 5 at all. We do now, so 0.9 should work fine on java 5. -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
