api_changes_list_2024.md: fix JSON plugin solution

This commit is contained in:
Yann Cébron 2024-11-27 17:32:14 +01:00
parent 3f0a9c7ded
commit 277f2e9582

View File

@ -125,7 +125,7 @@ Interface `com.intellij.openapi.externalSystem.model.task.event.TaskOperationDes
`com.intellij.json.JsonElementTypes` class removed
:
<snippet id="json-plugin-fix">
Add [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`.<br/>In addition, if the plugin is built against 2024.3, add `com.intellij.modules.json` to the bundled plugins in the Gradle build script ([1.x](tools_gradle_intellij_plugin.md#intellij-extension-plugins), [2.x](tools_intellij_platform_gradle_plugin_dependencies_extension.md#bundled-plugin)).
Add an [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`.<br/>If the plugin is built against 2024.3+, also add `com.intellij.modules.json` to the [bundled plugins](tools_intellij_platform_gradle_plugin_dependencies_extension.md#bundled-plugin) in the Gradle build script.
</snippet>
`com.intellij.json.JsonFileType` class removed