Hi

Is it by design that excluding a task with -x on the cmd line behaves 
differently from disabling a task in the code with task.enabled = false. -x 
does smart merging, task.enabled = false does not.

Easy example: gradle build -x test removes the test/testClasses/etc. tasks from 
the DAG, disabling the test task in the code with enabled = false only skips 
the test task itself.

Etienne


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to