User: rednesto
Date: 13 Sep 24 13:34
Revision: e4a2be88bba23c4e1ded061ae19674b0431eed91
Summary:
Declare explicit dependency on the JSON plugin
It was implicitly included by the Gradle plugin, but the plugin verifier
started complaining about it missing in 2024.3
TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9697&personal=false
Index: build.gradle.kts
===================================================================
--- build.gradle.kts (revision dc4ba10d4add057ab0c773b2658462b24db403f5)
+++ build.gradle.kts (revision e4a2be88bba23c4e1ded061ae19674b0431eed91)
@@ -105,6 +105,7 @@
bundledPlugin("ByteCodeViewer")
bundledPlugin("org.intellij.intelliLang")
bundledPlugin("com.intellij.properties")
+ bundledPlugin("com.intellij.modules.json")
// Optional dependencies
bundledPlugin("org.jetbrains.kotlin")
Index: src/main/resources/META-INF/plugin.xml
===================================================================
--- src/main/resources/META-INF/plugin.xml (revision dc4ba10d4add057ab0c773b2658462b24db403f5)
+++ src/main/resources/META-INF/plugin.xml (revision e4a2be88bba23c4e1ded061ae19674b0431eed91)
@@ -26,6 +26,7 @@
org.jetbrains.kotlin
org.intellij.groovy
com.intellij.properties
+ com.intellij.modules.json
ByteCodeViewer
org.toml.lang
org.jetbrains.plugins.yaml