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
+
1
3
plugins {
2
4
id(" org.jetbrains.intellij" )
3
5
id(" org.jetbrains.kotlin.jvm" )
@@ -38,6 +40,7 @@ dependencies {
38
40
// See https://github.com/JetBrains/gradle-intellij-plugin/
39
41
intellij {
40
42
version.set(intellijVersion)
43
+
41
44
}
42
45
43
46
@@ -52,3 +55,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
52
55
}
53
56
54
57
tasks.getByName(" buildSearchableOptions" ).enabled = false
58
+ tasks.withType<PatchPluginXmlTask >().configureEach {
59
+ untilBuild.set(" " )
60
+ }
Original file line number Diff line number Diff line change 17
17
<a href="https://gist.skadi.cloud/how-to">here</a>.
18
18
</p>
19
19
]]> </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 >
21
21
22
22
<!-- please see https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html
23
23
on how to target different products -->
You can’t perform that action at this time.
0 commit comments