Skip to content

Commit b55a09d

Browse files
committed
add change log
1 parent e23c9ad commit b55a09d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ide-plugin/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import org.jetbrains.intellij.tasks.PatchPluginXmlTask
2+
13
plugins {
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/
3941
intellij {
4042
version.set(intellijVersion)
43+
4144
}
4245

4346

@@ -52,3 +55,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
5255
}
5356

5457
tasks.getByName("buildSearchableOptions").enabled = false
58+
tasks.withType<PatchPluginXmlTask>().configureEach {
59+
untilBuild.set("")
60+
}

ide-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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 -->

0 commit comments

Comments
 (0)