catppuccin / jetbrains-icons

🦊 Soothing pastel icons for JetBrains IDEs
https://plugins.jetbrains.com/plugin/23029-catppuccin-icons
MIT License
76 stars 9 forks source link

Compatibility problem with Intellij 2024.1.1 #39

Closed sgoudham closed 1 month ago

sgoudham commented 1 month ago

Trying to publish the new v1.5.0 release to the JetBrains Marketplace results in the following error:

image

Plugin uses classes of Java plugin, for example 'PsiClass' is used at 'JavaProjectViewNodeDecorator.decorate(...)' 'PsiClass' is used at 'PsiClassUtils.isAbstract(PsiClass)' but the plugin does not declare explicit dependency on the Java plugin, via com.intellij.modules.java. Java functionality was extracted from the IntelliJ Platform to a separate plugin in IDEA 2019.2. For more info refer to https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin

We should add the Java plugin as a dependency before trying to republish.