Skip to content

Commit

Permalink
disable buildSearchableOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
nnym committed Sep 18, 2022
1 parent 882fcb1 commit abea321
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions intellij/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ intellij {
updateSinceUntilBuild = false
}

buildSearchableOptions {
enabled = false
}

jar {
archiveBaseName.set(rootProject.name)
}
Expand Down

0 comments on commit abea321

Please sign in to comment.