Add com.intellij.modules.cidr.lang module dependency for CLion and AppCode
Otherwise after removing java dependency it would be possible to install plugin non only in CLion and AppCode, but also in WebStorm, PHPStorm, etc.
This commit is contained in:
@@ -43,7 +43,7 @@ val pluginXml by tasks.creating {
|
||||
.matching { include(pluginXmlPath) }
|
||||
.singleFile
|
||||
.readText()
|
||||
.replace(placeholderRegex, "")
|
||||
.replace(placeholderRegex, "<depends>com.intellij.modules.cidr.lang</depends>")
|
||||
.replace(excludeRegex, "")
|
||||
.replace(versionRegex, "<version>$pluginFullVersionNumber</version>")
|
||||
.also { pluginXmlText ->
|
||||
|
||||
Reference in New Issue
Block a user