Skip to content

Commit

Permalink
build for 242
Browse files Browse the repository at this point in the history
  • Loading branch information
tangzx committed Aug 3, 2024
1 parent d0c7cfa commit 02c9f4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ data class BuildData(

val buildDataList = listOf(
BuildData(
ideaSDKShortVersion = "241",
ideaSDKVersion = "241.14494.17-EAP-SNAPSHOT",
ideaSDKShortVersion = "242",
ideaSDKVersion = "242-EAP-SNAPSHOT",
sinceBuild = "232",
untilBuild = "241.*",
untilBuild = "242.*",
bunch = "212",
targetCompatibilityLevel = JavaVersion.VERSION_17,
jvmTarget = "17"
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
]]></description>

<change-notes><![CDATA[
<strong>1.4.13</strong>
<ul>
<li>[NEW] compatible with IDEA242</li>
</ul>
<strong>1.4.12</strong>
<ul>
<li>[NEW] compatible with IDEA241</li>
Expand Down

0 comments on commit 02c9f4d

Please sign in to comment.