On 11/03/13 00:31, Adam Murdoch wrote:
On 11 March 2013 09:34, Marcin Erdmann <marcin.erdm...@proxerd.pl
<mailto:marcin.erdm...@proxerd.pl>> wrote:
P.s. Should I add some more docs about this when I'm back? Looks
to me like questions like that might be asked by a Gradle user as
well...
That would be excellent. Thanks.
I've added a section on mustRunAfter to the guide and implemented `task
a(mustRunAfter: 'b')` syntax. It's available in this pull request:
https://github.com/gradle/gradle/pull/141.