Skip to content

Commit

Permalink
disable jarSearchableOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
nnym committed Sep 18, 2022
1 parent 612167e commit 46d65ae
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 @@ -28,6 +28,10 @@ buildSearchableOptions {
enabled = false
}

jarSearchableOptions {
enabled = false
}

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

0 comments on commit 46d65ae

Please sign in to comment.