Suppose I have a file called foo.bar that I got somehow. I want to upload this file to a binary repository in an automated way. Is Gradle capable of that? If so, how would I do it? Is there a better/simpler tool? I don't mind writing a little bit of code around some API call if I need to (in fact, I'll probably have to do that for other reasons). But, having seen the amount of code that Gradle has for dealing with repositories, it doesn't seem like calling directly into Ivy APIs would be a good solution either. Maybe use the Ivy Ant task through the AntBuilder support in Groovy?
-- John Murph Automated Logic Research Team
