Skip to content

Commit

Permalink
Disable buildSearchableOptions since it's useless for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin committed Jul 27, 2024
1 parent f387f3b commit 446bb81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ dependencies {
testImplementation(libs.openTest4J)
}

intellijPlatform {
buildSearchableOptions = false
}

kotlin {
jvmToolchain {
languageVersion = JavaLanguageVersion.of(17)
Expand Down

0 comments on commit 446bb81

Please sign in to comment.