Skip to content

Commit

Permalink
build: add empty XML files
Browse files Browse the repository at this point in the history
This is dumb but it seems to make the
plugin verifier happy so...
  • Loading branch information
sgoudham committed Aug 16, 2024
1 parent 4f04f86 commit 6da74a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<idea-plugin>
</idea-plugin>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<idea-plugin>
</idea-plugin>
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ For further help, see also:
<p>LICENSE: <a href="https://github.com/catppuccin/jetbrains-icons/blob/main/LICENSE">MIT</a></p>
]]></description>
<depends>com.intellij.modules.platform</depends>
<depends optional="true">org.jetbrains.kotlin</depends>
<depends optional="true">com.intellij.java</depends>
<depends optional="true" config-file="com.github.catppuccin.jetbrains_icons-withKotlin.xml">org.jetbrains.kotlin</depends>
<depends optional="true" config-file="com.github.catppuccin.jetbrains_icons-withJava.xml">com.intellij.java</depends>
<extensions defaultExtensionNs="com.intellij">
<iconProvider
implementation="com.github.catppuccin.jetbrains_icons.IconProvider"
Expand Down

0 comments on commit 6da74a1

Please sign in to comment.