Using Nexus-OSS 3.70.2
I set up a proxy repo for the Apache Maven2 repo, like this
However, my Gradle builds still show, for example,
Download https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-models/1.11.415/aws-java-sdk-models-1.11.415.jar
I don’t have a reference to the Apache repo in any of my build.gradle
or settings.gradle
files. What am I missing in my proxy setup? Note that I’ve setup other proxy repos, and they work.
Thanks!