Could not resolve blockmap 1.0.5 for new plugin project
已回答
Hello,
I've just created a new plugin project using Intellij Idea with Java & Kotlin, but when wonfiguring the project, gradle seems to throw an error:
Could not resolve all artifacts for configuration ':classpath'.
> Could not find org.jetbrains.intellij:blockmap:1.0.5.
Searched in the following locations:
- https://plugins.gradle.org/m2/org/jetbrains/intellij/blockmap/1.0.5/blockmap-1.0.5.pom
And from here I don't know what to do. I don't even know where to find this artefact since the given url does not provide any version and the maven repository stops to version 1.0.4.
请先登录再写评论。
This issue has already been reported in the project's issue tracker: https://github.com/JetBrains/gradle-intellij-plugin/issues/537
It's already fixed and released with v0.4.26
Please upgrade your Gradle configuration.