Repository URLs for gradle dependencies

Hi, I’m currently working in an environment where we need to whitelist the URLs to access the site. Since we are using Gradle as a build tool we are facing issues with downloading plugins while building the jar file. Can I get the list of repositories from where gradle fetches the dependencies from so that I can whitelist them. I am not sure whitelisting the URLs is the most feasible way, if possible, kindly let me know alternative ways to deal with the situation.

If you did not configure plugin repositories explicitly, the only plugin repository used is https://plugins.gradle.org/ which might redirect to https://jcenter.bintray.com/ for artifacts it does not serve itself.

Thank you so much for your help. Now Gradle is able to download dependencies. But I am facing another issue that even though it says Build Successful the jar is not being created. My team is new to Gradle so please be patient with us . If you need any information regarding my project please let me know

Well, yes, if you hope for any help, you need to share at least any information.
But maybe better in a new thread as it has nothing to do with the topic of this one. :wink: