Skip to content

Commit

Permalink
Declare explicit dependency on the JSON plugin
Browse files Browse the repository at this point in the history
It was implicitly included by the Gradle plugin, but the plugin verifier
 started complaining about it missing in 2024.3
  • Loading branch information
RedNesto committed Sep 13, 2024
1 parent dc4ba10 commit e4a2be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ dependencies {
bundledPlugin("ByteCodeViewer")
bundledPlugin("org.intellij.intelliLang")
bundledPlugin("com.intellij.properties")
bundledPlugin("com.intellij.modules.json")

// Optional dependencies
bundledPlugin("org.jetbrains.kotlin")
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<depends optional="true" config-file="mcdev-kotlin.xml">org.jetbrains.kotlin</depends>
<depends>org.intellij.groovy</depends>
<depends>com.intellij.properties</depends>
<depends>com.intellij.modules.json</depends>
<depends>ByteCodeViewer</depends>
<depends optional="true" config-file="toml-support.xml">org.toml.lang</depends>
<depends optional="true" config-file="yaml-support.xml">org.jetbrains.plugins.yaml</depends>
Expand Down

0 comments on commit e4a2be8

Please sign in to comment.