File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ data class BuildData(
41
41
42
42
val buildDataList = listOf (
43
43
BuildData (
44
- ideaSDKShortVersion = " 241 " ,
45
- ideaSDKVersion = " 241.14494.17 -EAP-SNAPSHOT" ,
44
+ ideaSDKShortVersion = " 242 " ,
45
+ ideaSDKVersion = " 242 -EAP-SNAPSHOT" ,
46
46
sinceBuild = " 232" ,
47
- untilBuild = " 241 .*" ,
47
+ untilBuild = " 242 .*" ,
48
48
bunch = " 212" ,
49
49
targetCompatibilityLevel = JavaVersion .VERSION_17 ,
50
50
jvmTarget = " 17"
Original file line number Diff line number Diff line change 69
69
]]> </description >
70
70
71
71
<change-notes ><![CDATA[
72
+ <strong>1.4.14</strong>
73
+ <ul>
74
+ <li>[NEW] compatible with IDEA242</li>
75
+ </ul>
72
76
<strong>1.4.12</strong>
73
77
<ul>
74
78
<li>[NEW] compatible with IDEA241</li>
You can’t perform that action at this time.
0 commit comments