Skip to content

Commit 6304c82

Browse files
author
Eirik Brandtzæg
committed
Disable searchable options in build configuration
1 parent 6a7c447 commit 6304c82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,8 @@ tasks {
124124
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
125125
channels = properties("pluginVersion").map { listOf(it.split('-').getOrElse(1) { "default" }.split('.').first()) }
126126
}
127+
128+
buildSearchableOptions {
129+
enabled = false
130+
}
127131
}

0 commit comments

Comments
 (0)