diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b24539..9edf621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ - Different colors for Java filetypes (e.g. `Class`: Red, `Interface`: Green, `Record`: Mauve, `Enum`: Yellow and `Annotation`: Green) ([#35](https://github.com/catppuccin/jetbrains-icons/pull/35)) - Ability to disable different colors for Java filetypes in settings panel. ([#35](https://github.com/catppuccin/jetbrains-icons/pull/35)) -- Add Docker icon to all files with string `Dockerfile` (e.g. `dev.Dockerfile`) +- Add Docker icon to all files with string `Dockerfile` (e.g. `dev.Dockerfile`) ([#32](https://github.com/catppuccin/jetbrains-icons/pull/32)) +- Add Dependency on the IntelliJ Java Module ([#40](https://github.com/catppuccin/jetbrains-icons/pull/40)) ### Changed diff --git a/gradle.properties b/gradle.properties index 5f9dd4b..16849e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginSinceBuild=231 pluginUntilBuild=241.* platformType=IC platformVersion=2023.1 -platformPlugins=org.jetbrains.kotlin +platformPlugins=org.jetbrains.kotlin,com.intellij.java javaVersion=17 gradleVersion=7.3.3 kotlin.stdlib.default.dependency=false diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 9b4e1d1..4a4ca61 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -32,6 +32,7 @@ For further help, see also: ]]> com.intellij.modules.platform org.jetbrains.kotlin + com.intellij.java