Skip to content

Commit

Permalink
disabled buildSearchableOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
shiraji committed Mar 23, 2024
1 parent 7457074 commit 953596a
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 @@ -29,6 +29,10 @@ tasks {
kotlinOptions.jvmTarget = "17"
}

buildSearchableOptions {
enabled = false
}

patchPluginXml {
changeNotes.set(project.file("LATEST.txt").readText())
}
Expand Down

0 comments on commit 953596a

Please sign in to comment.