Hi, I have a project that I use a custom library. Currently the library is installed in the local maven repository using the maven plugin and the project resolve it by using the local maven repository. Is there a simple to avoid using the maven repository? Gradle has its own ivy cache, is it possible to use it easily, without declaring a file pattern? I think that it would be nice to have a task for deploying to the gradle ivy cache and to have a repository like 'localGradleRepository' (or, as it's already the case, have it by default...)
Cheers, Thibault
