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?

--Ken

Reply via email to