Skip to content

Commit 56b62fd

Browse files
committed
Revert to old JSON plugin id
1 parent 60dd14b commit 56b62fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dependencies {
111111
bundledPlugin("org.intellij.intelliLang")
112112
bundledPlugin("com.intellij.properties")
113113
bundledPlugin("Git4Idea")
114-
bundledPlugin("com.intellij.json")
114+
bundledPlugin("com.intellij.modules.json")
115115

116116
// Optional dependencies
117117
bundledPlugin("org.jetbrains.kotlin")

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ licenser = "0.6.1"
99
changelog = "2.2.0"
1010
intellij-plugin = "2.6.0"
1111
intellij-plugin-repository-rest-client = "2.0.46"
12-
intellij-ide = "252.13776.59-EAP-SNAPSHOT"
12+
intellij-ide = "252.19874.12-EAP-SNAPSHOT"
1313
idea-ext = "1.1.10"
1414
psiPlugin = "251.175"
1515

@@ -42,7 +42,7 @@ jflex-skeleton = "org.jetbrains.idea:jflex:1.7.0-c1fdf11"
4242
grammarKit = "org.jetbrains.idea:grammar-kit:1.5.1"
4343

4444
# Gradle Tooling
45-
gradleToolingExtension = { module = "com.jetbrains.intellij.gradle:gradle-tooling-extension", version = "252.13776.59-EAP-SNAPSHOT" }
45+
gradleToolingExtension = { module = "com.jetbrains.intellij.gradle:gradle-tooling-extension", version = "252.19874.12-EAP-SNAPSHOT" }
4646
annotations = "org.jetbrains:annotations:24.0.0"
4747
groovy = "org.codehaus.groovy:groovy:3.0.19"
4848

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<depends optional="true" config-file="mcdev-kotlin.xml">org.jetbrains.kotlin</depends>
2727
<depends>org.intellij.groovy</depends>
2828
<depends>com.intellij.properties</depends>
29-
<depends>com.intellij.json</depends>
29+
<depends>com.intellij.modules.json</depends>
3030
<depends>ByteCodeViewer</depends>
3131
<depends optional="true" config-file="mcdev-toml.xml">org.toml.lang</depends>
3232
<depends optional="true" config-file="mcdev-yaml.xml">org.jetbrains.plugins.yaml</depends>

0 commit comments

Comments
 (0)