IntelliJ IDEA Open API and Plugin Development Is Deprecated. Join our JetBrains Platform Community.
Problem with the intelliJ version
2 人关注
已回答
When my IntelliJ version is set as described below I have the following stack trace
intellij {
version = '2022.3'
}
Caused by: org.gradle.internal.exceptions.DefaultMultiCauseException: Could not resolve com.jetbrains.intellij.idea:ideaIC:2022.3.
This is my build.gradle
But when I remove the "=" my IntelliJ don't see the version
A problem occurred configuring root project 'brs-plugin'.
> Failed to notify project evaluation listener.
> Failed to query the value of extension 'intellij' property 'version'.
> The value for the 'intellij.version' property was not specified, see: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-version
'
This is my build.gradle
I tried to add another repo, but it's not helping.
Maybe somebody can help me?
Regards
请先登录再写评论。
Sorry for the late reply, Vkozhaev
Does this issue still occur for you? In general, you're supposed to use `=` for assigning the value to `intellij.version` property.
Yep, it's still actual, thank you.
As I told in the initial message I have problem with "=", so needs to fix it in some way. Please, help me
Hi @Jakub Chrzanowski any update?