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

2
4 comments

It seem like they change API all the time

0

Sorry for inconvenience, there have been some changes, will update with more details on how to migrate existing plugins ASAP.

0

Thank you Yann, migration guide solved the issue.

0

Please sign in to leave a comment.