Skip to content

Commit

Permalink
Fix No searchable options found
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaymatrosov committed May 17, 2024
1 parent 8cbc898 commit e2a3889
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,7 @@ tasks {
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
channels = properties("pluginVersion").map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) }
}
buildSearchableOptions {
enabled = false
}
}

0 comments on commit e2a3889

Please sign in to comment.