Files
Yuriy Artamonov bd5b2fc3f1 [devkit] IJPL-163797 Highlight implementation-detail plugins as deprecated in plugin.xml
GitOrigin-RevId: 5cb732c2f0d802e9b85840474b5d70ad16acae15
2024-12-06 21:05:04 +00:00

8 lines
400 B
XML

<idea-plugin package="com.intellij"
<error descr="Implementation plugins are no longer supported: use either a regular plugin or implement a product module">implementation-detail="false"</error>
allow-bundled-update="false"
require-restart="false"
url="https://www.jetbrains.com">
<id>com.intellij</id>
<vendor>JetBrains</vendor>
</idea-plugin>