Thanks, Adam, I'll try that.
On Fri, Apr 29, 2011 at 2:21 AM, Adam Murdoch <[email protected]>wrote: You can do this, instead: > > task{ > inputs.files configurations.artifactFiles > } > > This way, the files aren't downloaded until the task executes. > > >
