> On 7 Mar 2014, at 1:53, Daz DeBoer <darrell.deb...@gradleware.com> wrote: > > G'day > I just found out about https://github.com/Ullink/gradle-repositories-plugin, > which provides repository support for sourceforge, nuget, googlecode and > bitbucket. Without looking in too much detail, it seems like there would be 2 > things required to enable this with Gradle 2.0. > > * Handle http servers that do not correctly handle HTTP HEAD. (eg > https://code.google.com/p/support/issues/detail?id=660) > * Maybe this is already handled?
I have an issue open with Google Code about this and it has a gazillion votes. They are unarguably just broken. We'd be putting in a specific path for google code. > * Pluggable support for listing module versions (eg > http://nuget.org/api/v2/FindPackagesById()?id='${origUrl.path.substring(16, > origUrl.path.length()-1)}') > > I'm planning to approach the original author to see if he's interested in > assisting with this. > Daz