Home > Net >  Gradle not pulling down new dependencies
Gradle not pulling down new dependencies

Time:11-06

I'm having trouble updating my Gradle project with new packages. In IntelliJ I checked Preferences > Build, Execution, Deployment > Build Tools > Maven > Repositories. It shows the following repos:

https://repo1.maven.org/maven2
/Users/paulcarron/.m2/repository

I tried updating them but now both show the following error: enter image description here

Could this be the reason my project isn't updating and if so how do I resolve this?

CodePudding user response:

In the Gradle tools window I then right clicked the project and selected Refresh Gradle Dependencies it was pulled down.

  • Related