Skip to content

Commit

Permalink
https://plugins.jetbrains.com/docs/intellij/api-changes-list-2024.htm…
Browse files Browse the repository at this point in the history
…l#json-plugin-new-20243
  • Loading branch information
organics2016 committed Sep 21, 2024
1 parent 4fbd946 commit d5154f5
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 @@ -32,6 +32,7 @@ dependencies {

bundledPlugin("com.intellij.java")
bundledPlugin("com.intellij.properties")
// bundledPlugin("com.intellij.modules.json")
bundledPlugin("org.jetbrains.kotlin")

pluginVerifier()
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 @@ -4,6 +4,7 @@
<vendor email="[email protected]" url="https://github.com/organics2016">organics2016</vendor>
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.json</depends>
<depends>com.intellij.java</depends>
<depends>com.intellij.properties</depends>

Expand Down

0 comments on commit d5154f5

Please sign in to comment.