You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
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.
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
}
The text was updated successfully, but these errors were encountered: