Plugin developing for Idea 2019.3 EAP
Answered
I'm developing vcs-integration plugin. There are many structural changes in 2019.3, as a new clone window, two variants commit process, etc. How I can import new version jars?
I tried to use in build.gradle
version '2019.3'
version 'IC-193'
version 'IC-193.2956'
version 'IC-193.2956.37'
But nothing of that works
Cheers,
Yurii
Please sign in to leave a comment.
I find an answer: version can be omitted. Post can be marked as answered
FYI the answer (including omitting it) can be found here:
https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties