mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
Vendor of the plugin should not be JetBrains
This is error-prone and might lead to plugins submitted on behalf of JetBrains by 3rd-party developers
This commit is contained in:
parent
2f75a29193
commit
443883d7e4
@ -1,7 +1,7 @@
|
||||
<idea-plugin>
|
||||
<id>org.jetbrains.plugins.compose.template</id>
|
||||
<name>Compose Template Example</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
<vendor url="https://www.yourcompany.com">YourCompany</vendor>
|
||||
|
||||
<dependencies>
|
||||
<module name="intellij.libraries.skiko"></module>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user