We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7c447 commit 6304c82Copy full SHA for 6304c82
build.gradle.kts
@@ -124,4 +124,8 @@ tasks {
124
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
125
channels = properties("pluginVersion").map { listOf(it.split('-').getOrElse(1) { "default" }.split('.').first()) }
126
}
127
+
128
+ buildSearchableOptions {
129
+ enabled = false
130
+ }
131
0 commit comments