I came across some documentation from gradle 0.7 that discusses skipping a task by setting a skip.taskname property. This does not seem to work in the 1.0 milestones.
Is there a way to configure gradle to skip a task (from within a build script) in the same way that -x taskname works as a parameter?
