Skip to content

Commit

Permalink
Disable the :buildSearchableOptions gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
carymrobbins committed Aug 16, 2019
1 parent 4e0a23a commit 01bf613
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.jetbrains.intellij" version "0.4.9"
id "org.jetbrains.intellij" version "0.4.10"
}

version = file('version.txt').text.trim()
Expand Down Expand Up @@ -35,6 +35,9 @@ allprojects {
plugins = ['java']
}

// FIXME: See https://github.com/JetBrains/gradle-intellij-plugin/issues/424
buildSearchableOptions.enabled = false

repositories {
mavenCentral()
}
Expand Down

0 comments on commit 01bf613

Please sign in to comment.