You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repository and opened the IDEA project. Within a few seconds, this error appeared in the IntelliJ console:
A problem occurred configuring root project 'idea-plugin-example'.
Could not resolve all artifacts for configuration ':classpath'.
Could not find org.jetbrains.intellij.plugins:structure-base:3.139.
Searched in the following locations:
- https://plugins.gradle.org/m2/org/jetbrains/intellij/plugins/structure-base/3.139/structure-base-3.139.pom
If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
Required by:
project : > org.jetbrains.intellij:org.jetbrains.intellij.gradle.plugin:0.6.5 > org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.6.5
Could not find org.jetbrains.intellij.plugins:structure-intellij:3.139.
Searched in the following locations:
- https://plugins.gradle.org/m2/org/jetbrains/intellij/plugins/structure-intellij/3.139/structure-intellij-3.139.pom
If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
Required by:
project : > org.jetbrains.intellij:org.jetbrains.intellij.gradle.plugin:0.6.5 > org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.6.5
@jessebarnum Thanks for reporting the error. I've not worked on this project in a long time. If you have any ideas on how to fix this error, please submit a PR and I will be happy to merge it.
I cloned the repository and opened the IDEA project. Within a few seconds, this error appeared in the IntelliJ console:
A problem occurred configuring root project 'idea-plugin-example'.
Possible solution:
The text was updated successfully, but these errors were encountered: