ci: no searchable options globally

This commit is contained in:
FalsePattern 2024-10-03 14:56:32 +02:00
parent 18747eca39
commit 11224ec118
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -56,9 +56,6 @@ tasks {
wrapper {
gradleVersion = properties("gradleVersion").get()
}
prepareJarSearchableOptions {
enabled = false
}
}
fun pluginVersion(): Provider<String> {
@ -181,6 +178,7 @@ allprojects {
}
intellijPlatform {
instrumentCode = false
buildSearchableOptions = false
}
}