I have a custom build version of a common library that I want my Gradle build to use instead of downloading standard version from any repository.
Ideally, I need to place *jar files of the library in a project's subfolder and make gradle to use that copy of library when building and later running my project.
How can I achieve that?