I have a task called 'sdk' that is a Zip type task.  This task should only
do work when explicitly requested, not whenever assemble is executed.  Right
now I did this:

assemble.dependsOn = [{
project.tasks.withType(AbstractArchiveTask.class).all - sdk}]

Obviously this is not nice.  What's a better way?


-- 
John Murph
Automated Logic Research Team

Reply via email to