Skip to content

Commit

Permalink
build for 241
Browse files Browse the repository at this point in the history
  • Loading branch information
tangzx committed Mar 10, 2024
1 parent 96f245d commit 4b699fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ data class BuildData(
)

val buildDataList = listOf(
BuildData(
ideaSDKShortVersion = "241",
ideaSDKVersion = "241.14494.17-EAP-SNAPSHOT",
sinceBuild = "232",
untilBuild = "241.*",
bunch = "212",
targetCompatibilityLevel = JavaVersion.VERSION_17,
jvmTarget = "17"
),
BuildData(
ideaSDKShortVersion = "231",
// 223.7571.123-EAP-SNAPSHOT
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.12</strong>
<ul>
<li>[NEW] compatible with IDEA241</li>
</ul>
<strong>1.4.9</strong>
<ul>
<li>[NEW] compatible with IDEA233</li>
Expand Down

0 comments on commit 4b699fc

Please sign in to comment.