I'm trying to use my maven feed on ProGet on gradle for dependency resolution. My feed has connectors for remote repos such has maven central, gradle plugins, etc.
My problem now is that whenever I'm building my project I get the error for a couple dependencies but this is one example
Could not find hamcrest-core-1.3.jar (org.hamcrest:hamcrest-core:1.3).
Searched in the following locations:
http://my.server.local:8624/maven2/my-feed/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
When I check the feed it has the artifacts but when I click on the jar files it gives me a page.
This doesn't make sense since I'm using the maven central repo. Would I need to download each artifact manually from the maven central repo?
I feel like I'm missing something or fetching the feed wrong.