Skip to content

Commit

Permalink
Disabled buildSearchableOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
taraktikos committed Mar 7, 2021
1 parent a0bafba commit 68806b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ tasks {
jvmTarget = "1.8"
}

buildSearchableOptions {
enabled = false
}

patchPluginXml {
version(properties("pluginVersion"))
sinceBuild(properties("pluginSinceBuild"))
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<change-notes><![CDATA[
<ul>
<li>0.1.0: Initial release.</li>
<li>2020.3.2.0: Initial release for IntelliJ 2020.3.2
<ol>
<li>Added navigation to step declaration</li>
</ol>
</li>
<li>0.1.0: Initial release.</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 68806b6

Please sign in to comment.