On 08/02/2011, at 3:16 AM, Ken Avery wrote: > I recently upgraded Gradle to version 0.9.2 and on my first launch I received > an error. > > "The TaskCollection.allTasks() method is deprecated and will be removed > in the next version of Gradle. You should use the all() method instead". > > I appreciate having the warning especially the part that tells me what to use > instead. The one issue I have is that I immediately switched over to use the > all() method which then broke in all Gradle versions prior to 0.9.2. The > message indicates that I must make the switch before the next version but I > really have no idea what version that is. Should I expect to have to make > this switch by version 0.9.3 (if one is made) or do I have until 1.0?
We won't remove the deprecated methods in a 0.9.3 release. They will be removed in a 1.0 milestone. -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
