Getting compatibility error on the plugin marketplace preview page for my plugin even though it is compatible
已回答
I am getting this error on the marketplace screen when I preview my uploaded plugin - `Not compatible with the version of your running IDE (IntelliJ IDEA 2024.1.1)`.
I ran compatibility check against this IDEA version (2024.1.1) using the plugin verifier on the website.
The results indicate that my plugin is indeed compatible with the version 2024.1.1
Can anyone help me with how do I fix this error ?
This is how my version compatibility related config looks like in build.gradle.kts -
```
intellij {
version.set("2024.1")
type.set("IC")
plugins.set(listOf())
}
patchPluginXml {
sinceBuild.set("231")
untilBuild.set("")
}
```
请先登录再写评论。
Hi,
It sounds like a bug. I suggest creating an issue on https://youtrack.jetbrains.com/issues/MP. Please provide more information like what screen contains the wrong compatibility information, what plugin is affected, etc.
Hi,
Thanks for responding. Sure I'll create an issue with all the details.