Can I add JavaScriptLanguage plugin for IU-212.3116-EAP-CANDIDATE-SNAPSHOT?

Answered

Hi 

   I am a intellij plugin developer. I have one problem when I made our plugin support new IU-212.3116-EAP-CANDIDATE-SNAPSHOT eap version. The problem is that I can not apply JavaScriptLanguage in the build.gradle after I change the version to 212 eap version. 

   Can you help to review the content and help to figure out what's error?

   The intellij configuraion in build.gradle is :

intellij {
       pluginName = "liferay-intellij-plugin"
       plugins = ["java", "CSS", "DatabaseTools", "gradle", "Groovy", "java-i18n", "JavaEE", "Web", "JavaScriptLanguage", "jsp", "junit", "maven", "PersistenceSupport", "properties", "sass"]
       version = "IU-212.3116-EAP-CANDIDATE-SNAPSHOT"
}

0

Please sign in to leave a comment.