We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c7cfa commit 2540d2cCopy full SHA for 2540d2c
2 files changed
build.gradle.kts
@@ -41,10 +41,10 @@ data class BuildData(
41
42
val buildDataList = listOf(
43
BuildData(
44
- ideaSDKShortVersion = "241",
45
- ideaSDKVersion = "241.14494.17-EAP-SNAPSHOT",
+ ideaSDKShortVersion = "242",
+ ideaSDKVersion = "242-EAP-SNAPSHOT",
46
sinceBuild = "232",
47
- untilBuild = "241.*",
+ untilBuild = "242.*",
48
bunch = "212",
49
targetCompatibilityLevel = JavaVersion.VERSION_17,
50
jvmTarget = "17"
src/main/resources/META-INF/plugin.xml
@@ -69,6 +69,10 @@
69
]]></description>
70
71
<change-notes><![CDATA[
72
+ <strong>1.4.14</strong>
73
+ <ul>
74
+ <li>[NEW] compatible with IDEA242</li>
75
+ </ul>
76
<strong>1.4.12</strong>
77
<ul>
78
<li>[NEW] compatible with IDEA241</li>
0 commit comments