I created the following proxy in our hosted Nexus repository, shown in screen shot, and removed ALL mentions of https://repo.maven.apache.org/maven2/ in our build.gradle files and use the proxy setting instead. However, I still see this.
You didn’t say where you’re seeing these ‘Download’ messages, but I assume on your gradle CLI output. This is a sign that gradle is somehow misconfigured and not exclusively pointing to Nexus Repository.
If your build.gradle file doesn’t look like this, correct that.
But I think that, if your build file was misconfigured, you’d be seeing errors as gradle reached out to an URL that didn’t exist. Instead, you’re still fetching a component so…
Multi-module projects have multiple build.gradle files. I know this is basic, but can you confirm that you’ve configured the correct build file(s)?
Either way, I assume you’re a customer, so you have access to our Support team. If issues persist, open a ticket with them.
Hmm. In that case, I can’t troubleshoot more without knowing the specifics of your configuration. If you’re a customer, open a ticket at support.sonatype.com and they can dive deeper into this with you.