I'm sorry if this is a newbie question, but what is the significance of the << 
operator in Gradle scripts?  As an example:

task hello << {
        println "hello"
}

I'm aware of this Groovy syntax in reference to Groovy agents, is this an agent 
in the Gradle DSL?  I see task definitions with and without it, and am looking 
for a more in-depth explanation of when it's used and when it's not used, and 
why?  Thanks in advance.

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

    http://xircles.codehaus.org/manage_email


Reply via email to