When resolving dependencies with gradle for the first time, it usually prints to the console that the URL of the resolved dependency (for example, using mavenCentral () as the repository, it prints the URL of the central maven repository it resolved the dependency on).
Is there a way to do this without removing the cache and resolving the dependency again?
Thanks!
source
share