Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

gradle task "buildSearchableOptions" throws error #7

Open
nazmulidris opened this issue May 3, 2020 · 0 comments
Open

gradle task "buildSearchableOptions" throws error #7

nazmulidris opened this issue May 3, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nazmulidris
Copy link
Member

To disable "build searchable options" thing in gradle, you can add the following to build.gradle.kts, since it always fails when running publish gradle task.

intellij {
...
buildSearchableOptions.enabled = false
}

@nazmulidris nazmulidris added the enhancement New feature or request label May 3, 2020
@nazmulidris nazmulidris self-assigned this May 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant