Skip to content

Commit

Permalink
Remove non-existing plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
markbrockhoff committed Jan 21, 2025
1 parent d87b2fb commit 4f2d272
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

### Fixed

- Hotfix: Remove non-existing module dependency

### Fixed

- Make com.intellij.modules.json an explicit dependency to resolve plugin validation issue
- Fix an issue with deprecation warnings logged to the spectral commands output for Node versions >=21

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginGroup=com.schwarzit.spectral-intellij-plugin
pluginName=Spectral
pluginRepositoryUrl=https://github.com/SchwarzIT/spectral-intellij-plugin
# SemVer format -> https://semver.org
pluginVersion=3.0.2
pluginVersion=3.0.3
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=222
#pluginUntilBuild=231.*
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<depends>org.jetbrains.plugins.yaml</depends>
<!-- These two dependencies need to be listed explicitly, there is still an ongoing issue in jetbrains about them though: https://intellij-support.jetbrains.com/hc/en-us/community/posts/21479962703890-JSON-plugin-dependency-cannot-be-resolved -->
<depends>com.intellij.modules.json</depends>
<depends>com.intellij.json.frontend</depends>

<extensions defaultExtensionNs="com.intellij">
<externalAnnotator
Expand Down

0 comments on commit 4f2d272

Please sign in to comment.