File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,15 @@ data class BuildData(
4040)
4141
4242val buildDataList = listOf (
43+ BuildData (
44+ ideaSDKShortVersion = " 241" ,
45+ ideaSDKVersion = " 241.14494.17-EAP-SNAPSHOT" ,
46+ sinceBuild = " 232" ,
47+ untilBuild = " 241.*" ,
48+ bunch = " 212" ,
49+ targetCompatibilityLevel = JavaVersion .VERSION_17 ,
50+ jvmTarget = " 17"
51+ ),
4352 BuildData (
4453 ideaSDKShortVersion = " 231" ,
4554 // 223.7571.123-EAP-SNAPSHOT
Original file line number Diff line number Diff line change 6969 ]]> </description >
7070
7171 <change-notes ><![CDATA[
72+ <strong>1.4.12</strong>
73+ <ul>
74+ <li>[NEW] compatible with IDEA241</li>
75+ </ul>
7276 <strong>1.4.9</strong>
7377 <ul>
7478 <li>[NEW] compatible with IDEA233</li>
You can’t perform that action at this time.
0 commit comments