Given a Gradle project, that has:
- Runtime/Compile-time dependencies.
- Source/Javadoc Jars of dependencies.
- Gradle plugins.
All of which are retrieved from the internet.
How can I download all of these online dependencies to a local folder, and then use them locally in a Gradle project?
The goal is to end up with a project that doesn't rely on an internet connection at all.