Skip to content

Commit

Permalink
Update supported IntelliJ Platform versions and set "require-restart"…
Browse files Browse the repository at this point in the history
… to "false"
  • Loading branch information
Ivan Seredkin committed Jul 23, 2024
1 parent 8e2ef95 commit a729a7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginRepositoryUrl = https://github.com/siropkin/kursor
pluginVersion = 1.1.0

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

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
Expand All @@ -28,4 +28,4 @@ kotlin.stdlib.default.dependency = false
org.gradle.configuration-cache = true

# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = false
org.gradle.caching = true
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<idea-plugin require-restart="true">
<idea-plugin require-restart="false">
<id>com.github.siropkin.kursor</id>
<name>Kursor</name>
<version>1.1.0</version>
Expand Down

0 comments on commit a729a7f

Please sign in to comment.