Is there any way to capture each time gradle goes ...
# community-support
j
Is there any way to capture each time gradle goes to the network to download something? Ideally I would know, the module, the configuration that it was in and the repo it went to. The reason I want this is I have a local bundle of dependencies, which over time might become invalid, and I want to identify it as soon as it becomes invalid but without breaking any actual builds. I had in mind to use DependencyResolutionListener, but it is missing some of the key information, I can make it work though but if there's something better I'd like to hear it