Skip to content

Commit

Permalink
Remove pluginUntilBuild value to include all builds (#258)
Browse files Browse the repository at this point in the history
* Remove value to include all builds
  • Loading branch information
carlrobertoh authored Nov 6, 2023
1 parent 547cd88 commit 43abca6
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 = 2.2.0

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

# 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 43abca6

Please sign in to comment.