ci: no searchable options globally
This commit is contained in:
parent
18747eca39
commit
11224ec118
1 changed files with 1 additions and 3 deletions
|
@ -56,9 +56,6 @@ tasks {
|
||||||
wrapper {
|
wrapper {
|
||||||
gradleVersion = properties("gradleVersion").get()
|
gradleVersion = properties("gradleVersion").get()
|
||||||
}
|
}
|
||||||
prepareJarSearchableOptions {
|
|
||||||
enabled = false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fun pluginVersion(): Provider<String> {
|
fun pluginVersion(): Provider<String> {
|
||||||
|
@ -181,6 +178,7 @@ allprojects {
|
||||||
}
|
}
|
||||||
intellijPlatform {
|
intellijPlatform {
|
||||||
instrumentCode = false
|
instrumentCode = false
|
||||||
|
buildSearchableOptions = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue