Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project failed with an error upon opening in IntelliJ #3

Open
jessebarnum opened this issue Dec 8, 2024 · 1 comment
Open

Project failed with an error upon opening in IntelliJ #3

jessebarnum opened this issue Dec 8, 2024 · 1 comment

Comments

@jessebarnum
Copy link

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

Possible solution:

@nazmulidris
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants