mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[evaluation-plugin] suppress dependencies errors in plugin.xml
GitOrigin-RevId: c08beeb91c315a83401e7762c8accec90ad9e502
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fc85534191
commit
1ad535fb66
@@ -52,18 +52,36 @@
|
||||
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
<depends>com.intellij.completion.ml.ranking</depends>
|
||||
<!--
|
||||
The current plugin layout is necessary to keep the plugin open-sourced while also supporting ultimate languages.
|
||||
The plugin defines optional dependencies on languages, rather than the other way around, to separate internal tooling from the production plugins.
|
||||
You can see the plugin layout here: `org.jetbrains.intellij.build.UltimateRepositoryModulesKt.getUltimatePlugins`
|
||||
-->
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-java.xml">com.intellij.modules.java</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-maven.xml">org.jetbrains.idea.maven</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-python.xml">com.intellij.modules.python</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-go.xml">org.jetbrains.plugins.go</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-js.xml">JavaScript</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-php.xml">com.jetbrains.php</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-ruby.xml">org.jetbrains.plugins.ruby</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-kotlin.xml">org.jetbrains.kotlin</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-cpp.xml">com.intellij.cidr.lang</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-csharp.xml">rider.intellij.plugin.appender</depends>
|
||||
<depends optional="true" config-file="evaluationPlugin-statsCollector.xml">com.intellij.stats.completion</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-terraform.xml">org.intellij.terraform</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-fullLine.xml">org.jetbrains.completion.full.line</depends>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<depends optional="true" config-file="evaluationPlugin-llm.xml">com.intellij.ml.llm</depends>
|
||||
</idea-plugin>
|
||||
|
||||
Reference in New Issue
Block a user