We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453cb9a commit aa20438Copy full SHA for aa20438
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = "boo.fox"
11
-version = "1.4.1"
+version = "1.4.2"
12
13
repositories {
14
mavenCentral()
@@ -60,7 +60,7 @@ tasks {
60
61
patchPluginXml {
62
sinceBuild.set("233")
63
- untilBuild.set("243.*")
+ untilBuild.set("251.*")
64
65
66
signPlugin {
src/main/resources/META-INF/plugin.xml
@@ -13,6 +13,10 @@
</description>
15
<change-notes><![CDATA[
16
+ <h3>1.4.2</h3>
17
+ <ul>
18
+ <li>Compatibility with 2025 IDEs</li>
19
+ </ul>
20
<h3>1.4.1</h3>
21
<ul>
22
<li>Update the Lsp4ij version to 0.9.0</li>
0 commit comments