CLion plugin broken after update to 2020.3
Answered
I developed two plugins for CLion, they were working well with 2020.2 but after CLion update to 2020.3 they become broken and I can't compile them anymore.
Gradle configuration:
intellij {
type 'CL'
version '2020.3'
}
but
<depends>com.intellij.modules.clion</depends>
is broken, can't find that module
Please sign in to leave a comment.
It seem like they change API all the time
Sorry for inconvenience, there have been some changes, will update with more details on how to migrate existing plugins ASAP.
Please see migration guide https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/
Thank you Yann, migration guide solved the issue.