Skip to content

Commit

Permalink
Declare explicit dependency on the JSON plugin
Browse files Browse the repository at this point in the history
It is 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 15e3806 commit c141268
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 @@ -108,6 +108,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 c141268

Please sign in to comment.