Skip to content

Commit

Permalink
ci: no searchable options globally
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Oct 3, 2024
1 parent 18747ec commit 11224ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ tasks {
wrapper {
gradleVersion = properties("gradleVersion").get()
}
prepareJarSearchableOptions {
enabled = false
}
}

fun pluginVersion(): Provider<String> {
Expand Down Expand Up @@ -181,6 +178,7 @@ allprojects {
}
intellijPlatform {
instrumentCode = false
buildSearchableOptions = false
}
}

Expand Down

0 comments on commit 11224ec

Please sign in to comment.