Skip to content

Commit

Permalink
Add pluginUntilBuild (now the marketplace requires it)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Seredkin committed Aug 1, 2024
1 parent f12697e commit 27a9acc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 = 1.3.0

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

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
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
@@ -1,7 +1,6 @@
<idea-plugin require-restart="false">
<id>com.github.siropkin.kursor</id>
<name>Kursor</name>
<version>1.3.0</version>
<vendor email="[email protected]">Ivan Seredkin</vendor>

<description><![CDATA[
Expand Down

0 comments on commit 27a9acc

Please sign in to comment.