Skip to content

Commit e48868d

Browse files
committed
chore(plugin): update IntelliJ dependency and add JSON module config
Update IntelliJ IDEA version to IU-2024.3 and include a new configuration file for the optional JSON module.
1 parent 25cb1c1 commit e48868d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

core/src/233/main/resources/META-INF/autodev-core.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<resource-bundle>messages.AutoDevBundle</resource-bundle>
33

44
<depends>com.intellij.modules.platform</depends>
5+
<depends optional="true" config-file="json-empty.xml">com.intellij.modules.json</depends>
56

67
<extensions defaultExtensionNs="com.intellij">
78
<notificationGroup id="AutoDev.notification.group" displayType="STICKY_BALLOON" bundle="messages.AutoDevBundle"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<idea-plugin>
2+
3+
</idea-plugin>

gradle-241.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/intellij-repository/releases/
33
# https://www.jetbrains.com/intellij-repository/snapshots/
44
# IC version has Javadoc / Kotlin docs, but no bundle for plugins, JavaScript, etc.
5-
ideaVersion=IU-2024.1
5+
ideaVersion=IU-2024.3
66

77
# please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description
88
pluginSinceBuild=241

0 commit comments

Comments
 (0)