John Murph wrote:
> 
> Changing your custom task to:
> 
> task uploadSnapshots(type: Upload, dependsOn: build)  {
>    configuration = configurations.archives // or whatever describes the
> file(s) you wish to upload
>    ... // the rest of what you already had
> }
> 

Thank you! This worked. 

I understand the changes that you made; task type and specifying the files,
but I cannot say that I fully understand the Gradle setup yet. The
documentation IMHO too quickly jumps to specific examples without explaining
the foundation. I hope someone will write documentation or blog on these
basics. 
-- 
View this message in context: 
http://old.nabble.com/difference-between-uploadArchives-and-custom-task-tp26920056p26925739.html
Sent from the gradle-user mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email


Reply via email to