mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
OpenIDE fix bundle lombok plugin
(cherry picked from commit d1ce46c7b1)
This commit is contained in:
@@ -29,7 +29,6 @@ object OpenIdePluginBundler {
|
||||
private const val PLUGINS_DOWNLOAD_URL = "https://plugins.openide.ru/pluginManager"
|
||||
|
||||
private val plugins = listOf(
|
||||
PluginInfo("Lombook Plugin", "lombok"),
|
||||
PluginInfo("com.haulmont.intellij.rupack", "ru_pack"),
|
||||
PluginInfo("com.haulmont.amplicode", "amplicode")
|
||||
)
|
||||
|
||||
@@ -63,6 +63,7 @@ val IDEA_BUNDLED_PLUGINS: PersistentList<String> = DEFAULT_BUNDLED_PLUGINS + seq
|
||||
"intellij.keymap.netbeans",
|
||||
"intellij.performanceTesting",
|
||||
"intellij.compose.ide.plugin",
|
||||
"intellij.lombok"
|
||||
)
|
||||
|
||||
val CE_CLASS_VERSIONS: Map<String, String> = mapOf(
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
<idea-plugin>
|
||||
<id>Lombook Plugin</id>
|
||||
<name>Lombok</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
<vendor>OpenIDE</vendor>
|
||||
<resource-bundle>messages.LombokBundle</resource-bundle>
|
||||
<description><![CDATA[
|
||||
<h1>IntelliJ Lombok plugin</h1>
|
||||
<h1>OpenIDE Lombok plugin</h1>
|
||||
<br/>
|
||||
<b>A plugin that adds first-class support for Project Lombok</b>
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user