diff options
author | Pauline <git@ethanlibs.co> | 2024-04-27 22:35:19 -0400 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2024-04-27 22:35:19 -0400 |
commit | 0f7a8929b05fc868961aa04ca600555ac53c468d (patch) | |
tree | 0456b63822b2d3b160842c7e3acce26a5bf3cab0 /src/main/resources/META-INF/plugin.xml | |
parent | d95fe9ab23f4ce19ed1a17b13f995aceefd14fd8 (diff) | |
download | IntelliProcessor-0f7a8929b05fc868961aa04ca600555ac53c468d.tar.gz IntelliProcessor-0f7a8929b05fc868961aa04ca600555ac53c468d.tar.bz2 IntelliProcessor-0f7a8929b05fc868961aa04ca600555ac53c468d.zip |
🐛 fix(plugin): add github actions and revert jvm bump
Diffstat (limited to 'src/main/resources/META-INF/plugin.xml')
-rw-r--r-- | src/main/resources/META-INF/plugin.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index d20684e..d78ccad 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -3,11 +3,6 @@ <name>IntelliProcessor</name> <vendor url="https://polyfrost.org">Polyfrost</vendor> - <description><![CDATA[ - An IntelliJ IDEA plugin to add support for - <a href="https://github.com/ReplayMod/preprocessor">preprocessor syntax</a> - ]]></description> - <depends>com.intellij.modules.platform</depends> <depends>com.intellij.modules.java</depends> |