-
Notifications
You must be signed in to change notification settings - Fork 9
Home
ritesh-cs edited this page Aug 8, 2024
·
7 revisions
Error during build
Invalid plugin descriptor 'plugin.xml'. The plugin ID 'com.codealike.client.intellij.plugin' should not include the word 'intellij'.
This can be ignored as its not applicable for old plugins.
https://github.com/JetBrains/intellij-platform-plugin-template/tree/main
intellijPlatform {
pluginVerification {
freeArgs = listOf("-mute", "TemplateWordInPluginName")
...
}
}
https://plugins.jetbrains.com/docs/intellij/plugin-components.html
java -jar verifier-all.jar check-plugin "./Codealike-Jetbrains-1.7.3.1.jar" "/Applications/IntelliJ IDEA CE.app/Contents" -mute TemplateWordInPluginId