Hi there,

I had started some support for an external API, and since there is no raw username/password support in spring-social-core I added some. It's probably just an issue of not knowing Gradle very well, but how can I update the spring-social-core JAR that's in my local .gradle/cache with the changes I made?

How do you guys handle cross-project changes?