Skip to content

Commit 2540d2c

Browse files
committed
build for 242
1 parent d0c7cfa commit 2540d2c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ data class BuildData(
4141

4242
val buildDataList = listOf(
4343
BuildData(
44-
ideaSDKShortVersion = "241",
45-
ideaSDKVersion = "241.14494.17-EAP-SNAPSHOT",
44+
ideaSDKShortVersion = "242",
45+
ideaSDKVersion = "242-EAP-SNAPSHOT",
4646
sinceBuild = "232",
47-
untilBuild = "241.*",
47+
untilBuild = "242.*",
4848
bunch = "212",
4949
targetCompatibilityLevel = JavaVersion.VERSION_17,
5050
jvmTarget = "17"

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
]]></description>
7070

7171
<change-notes><![CDATA[
72+
<strong>1.4.14</strong>
73+
<ul>
74+
<li>[NEW] compatible with IDEA242</li>
75+
</ul>
7276
<strong>1.4.12</strong>
7377
<ul>
7478
<li>[NEW] compatible with IDEA241</li>

0 commit comments

Comments
 (0)