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(
4141
4242val 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"
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments