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
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
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
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: