Template Cleanup: remove default pluginIcon.svg icon

This commit is contained in:
Jakub Chrzanowski 2023-02-23 15:51:44 +01:00 committed by Jakub Chrzanowski
parent 794d9ea518
commit 7b67203037
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ jobs:
.idea/icon.png \
src/main/kotlin/org \
src/test/kotlin/org \
src/main/resources/META-INF/pluginIcon.svg \
CODE_OF_CONDUCT.md \
LICENSE

View File

@ -9,6 +9,7 @@
### Changed
- GitHub Actions: pass changelog release notes as a multi-line content
- Template Cleanup: remove default `pluginIcon.svg` icon
- Upgrade Gradle Wrapper to `8.0.1`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.10`
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.0`