I’m working in a environment where internet access is not available. I need to build my Gradle project, but there’s a proxy that blocks any package that goes through. I spoke with the security department, and they asked me to provide a list of all the dependencies the project requires so they can create exceptions in the proxy.
Is there a way to generate a comprehensive list of dependencies, including their versions, without requiring internet access?
Any guidance on this would be greatly appreciated!