File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ import org.jetbrains.intellij.tasks.PatchPluginXmlTask
2+
13plugins {
24 id(" org.jetbrains.intellij" )
35 id(" org.jetbrains.kotlin.jvm" )
@@ -38,6 +40,7 @@ dependencies {
3840// See https://github.com/JetBrains/gradle-intellij-plugin/
3941intellij {
4042 version.set(intellijVersion)
43+
4144}
4245
4346
@@ -52,3 +55,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
5255}
5356
5457tasks.getByName(" buildSearchableOptions" ).enabled = false
58+ tasks.withType<PatchPluginXmlTask >().configureEach {
59+ untilBuild.set(" " )
60+ }
Original file line number Diff line number Diff line change 1717 <a href="https://gist.skadi.cloud/how-to">here</a>.
1818 </p>
1919 ]]> </description >
20- <change-notes >Fixed a deadlock in the UI when logging in .</change-notes >
20+ <change-notes >Typo and bug fixes in the UI.</change-notes >
2121
2222 <!-- please see https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html
2323 on how to target different products -->
You can’t perform that action at this time.
0 commit comments