From 6da74a196a63aedffa77536feaf4d9364d40f279 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 16 Aug 2024 20:48:10 +0100 Subject: [PATCH] build: add empty XML files This is dumb but it seems to make the plugin verifier happy so... --- .../com.github.catppuccin.jetbrains_icons-withJava.xml | 2 ++ .../com.github.catppuccin.jetbrains_icons-withKotlin.xml | 2 ++ src/main/resources/META-INF/plugin.xml | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/META-INF/com.github.catppuccin.jetbrains_icons-withJava.xml create mode 100644 src/main/resources/META-INF/com.github.catppuccin.jetbrains_icons-withKotlin.xml diff --git a/src/main/resources/META-INF/com.github.catppuccin.jetbrains_icons-withJava.xml b/src/main/resources/META-INF/com.github.catppuccin.jetbrains_icons-withJava.xml new file mode 100644 index 0000000..164f46c --- /dev/null +++ b/src/main/resources/META-INF/com.github.catppuccin.jetbrains_icons-withJava.xml @@ -0,0 +1,2 @@ + + diff --git a/src/main/resources/META-INF/com.github.catppuccin.jetbrains_icons-withKotlin.xml b/src/main/resources/META-INF/com.github.catppuccin.jetbrains_icons-withKotlin.xml new file mode 100644 index 0000000..164f46c --- /dev/null +++ b/src/main/resources/META-INF/com.github.catppuccin.jetbrains_icons-withKotlin.xml @@ -0,0 +1,2 @@ + + diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 69c4341..76130b9 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -31,8 +31,8 @@ For further help, see also:

LICENSE: MIT

]]> com.intellij.modules.platform - org.jetbrains.kotlin - com.intellij.java + org.jetbrains.kotlin + com.intellij.java