Indexing https://plugins.gradle.org/m2
Answered
Hi,
I have this odd and nagging problem with IntelliJ on Gradle projects. As soon as I add the https://plugins.gradle.org/m2 repo to my project (to get gradle plugins) I get a warning saying that IntelliJ cannot index the repository.
Obviously, I must be doing something wrong here; but I've been up and down settings and everything! Nothing seems to resolve it :-/
Best regards,
Emil
Please sign in to leave a comment.
See https://youtrack.jetbrains.com/issue/IDEA-148753.
Some repositories cannot be indexed because they don't have nexus-maven-repository-index.properties.
Indexing is optional and the warning can be disabled.
Thanks; I have disabled the maven integration whilst working with Gradle; that seems to mute the warnings.