Plugin description not valid error when publishing
I’ve been using intellij platform gradle plugin to publish my plugin on marketplace, the last release was 4-5 days back and everything went fine. since today i’m receiving an error while publishing “Upload failed: Invalid plugin descriptor 'description'. The plugin description must start with Latin characters and have at least 40 characters”. I’m using the same description text from Readme.md plugin start/end blocks as last release. Has there been any change recently to this? What is the best way to debug it?
请先登录再写评论。
This is also affecting me in the same way - plugin description that was working fine last week, has only changed with a version number increment in the description, is now failing with that exact error message.
Have you had any luck resolving?
I had a <a> tag with TM superscript in first 40 characters, which I put back after 40 characters then if I upload it manually it works, however the release pipeline still complains from the gradle plugin.
If you're commenting in regards to this https://plugins.jetbrains.com/plugin/23928-contextive , I think the icon before documentation in combination with <a> tag could be the issue, try removing or pushing that after 40 characters and uploading it manually to marketplace.
Meanwhile there must have been some change with gradle plugin, someone must comment from Jetbrains as this is quite annoying and release blocking issue.
Thanks Deeeepamin, that is the plugin. The icon already well after 40 chars in the xml, and the other tag characters are valid latin characters - also those icons were in the previous version that worked fine too.
Manually installing the plugin from file works fine and shows the correct description, so it's definitely something to do with the marketplace. I will try some variations of the description and see if anything works.