Ah, thanks for the tip. However, that will disable ALL tasks with that name, correct? Not just one in a particular subproject? I realize I didn't mention this in my first message (my apologies), but I'm specifically trying to disable the 'test' task and its dependsOn tasks for one subproject in a multi-project build. Specifically, I have a functional testing subproject whose 'test' task I want to skip unless I specifically run it, so that it won't be run with other 'test' tasks when I do 'gradle test'. For the moment, I've simply disabled the test task on the functional test project and created a separate 'functionalTest' task that only it has.
-- View this message in context: http://gradle.1045684.n5.nabble.com/Any-way-skip-a-task-AND-all-tasks-it-depends-on-tp4992043p5001364.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
