How do you reference JavaScript in latest gradle-intellij-plugin template?

Answered

I used github templating of gradle-intellij-plugin to create a new plugin that uses kotlin instead of groovy for gradle.

My. plugin needs the JavaScript plugin (to be used in IntelliJ Ultimate or WebStorm) and so I've set

platformType = IU

vs

platformType = IC

and then to reference the plugin I've tried:

platformPlugins = JavaScriptLanguage

platformPlugins = JavaScript

platformPlugins = com.jetbrains.intellij.javascript

and probably a few others and absolutely nothing works. No matter what I try, basically this is the error:

Cannot find builtin plugin JavaScriptLanguage for IDE: /Users/mark/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIU/2021.2/31f9496f635cec87427837101e04cbcddfb544d7/ideaIU-2021.2

2
4 comments

Yann Cebron is this the same as  https://github.com/JetBrains/gradle-intellij-plugin/issues/674 or different?  That seems to be resolved so I'm guessing it isn't the same issue, unless it is resolved but not actually in 2021.2 

0

I have the same problem in IDEA Ultimate Edition 2021.2

1

Could you please share your Gradle build file/your project repo?

0

solved by upgrading to gradle-intellij plugin 1.1.4

0

Please sign in to leave a comment.