Skip to content

Commit

Permalink
Revert "chore(plugin): update IntelliJ dependency and add JSON module…
Browse files Browse the repository at this point in the history
… config"

This reverts commit e48868d.
  • Loading branch information
phodal committed Nov 16, 2024
1 parent e48868d commit f49134b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion core/src/233/main/resources/META-INF/autodev-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<resource-bundle>messages.AutoDevBundle</resource-bundle>

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

<extensions defaultExtensionNs="com.intellij">
<notificationGroup id="AutoDev.notification.group" displayType="STICKY_BALLOON" bundle="messages.AutoDevBundle"
Expand Down
3 changes: 0 additions & 3 deletions core/src/233/main/resources/META-INF/json-empty.xml

This file was deleted.

2 changes: 1 addition & 1 deletion gradle-241.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.jetbrains.com/intellij-repository/releases/
# https://www.jetbrains.com/intellij-repository/snapshots/
# IC version has Javadoc / Kotlin docs, but no bundle for plugins, JavaScript, etc.
ideaVersion=IU-2024.3
ideaVersion=IU-2024.1

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

0 comments on commit f49134b

Please sign in to comment.