Gradle and Maven's central repository
As I understand, IDEA downloads maven repository indexes if click update in settings. Ok. But when I created a gradle based project, a pop up window show me that there are no indexed repository. But it was already indexed. So for Gradle and Maven repositories are different?
Please sign in to leave a comment.
Found a error. Maven project default repo: http://repo.maven.org/maven2
Gradle default repo: http://repo1.maven.org/maven2
They indexed twice.