On 12/01/2011, at 7:40 AM, Eric Nelson wrote:

> 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"
> }
> 


<< is just a shorthand for doLast().

Have a look at: 
http://gradle.org/0.9.1/docs/userguide/tutorial_using_tasks.html#N101A9


--
Adam Murdoch
Gradle Developer
http://www.gradle.org
CTO, Gradle Inc. - Gradle Training, Support, Consulting
http://www.gradle.biz

Reply via email to