Skip to content

Commit

Permalink
Remove UntilBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
aarcangeli committed Feb 22, 2025
1 parent 17ecb03 commit 56dc5b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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.1.1

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

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class AppConfigurable : DslConfigurableBase(), SearchableConfigurable, NoScroll

private fun testExe(action: ActionEvent) {
version.isVisible = true
var path = getFinalPath() ?: ""
val path = getFinalPath() ?: ""
if (path.isBlank()) {
version.text = "Invalid path"
return
Expand Down

0 comments on commit 56dc5b6

Please sign in to comment.