Adam made a change a while ago to add a method variant of all setters.

For example, the following works…

class CustomTask extends DefaultTask {
        String someProp
}

task t(type: CustomTask) {
        someProp "someValue"
}


Are we publicising this? If so, I can't find the docs.

-- 
Luke Daley
Principal Engineer, Gradleware 
http://gradleware.com


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

    http://xircles.codehaus.org/manage_email


Reply via email to