Skip to content

Commit

Permalink
fix: Remove pluginUntilBuild property (#28)
Browse files Browse the repository at this point in the history
Remove pluginUntilBuild property that prevents installation of the plugin on newer versions of IDEs.
  • Loading branch information
Blarc authored Apr 23, 2024
1 parent a2f01e3 commit 50c78fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginVersion = 0.1.17

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 221
pluginUntilBuild = 233.*
# pluginUntilBuild = 233.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand Down

0 comments on commit 50c78fa

Please sign in to comment.