Skip to content

Commit

Permalink
compatible with 233
Browse files Browse the repository at this point in the history
  • Loading branch information
tangzx committed Nov 12, 2023
1 parent edeb90c commit 12b7288
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ val buildDataList = listOf(
ideaSDKShortVersion = "231",
// 223.7571.123-EAP-SNAPSHOT
// LATEST-EAP-SNAPSHOT
ideaSDKVersion = "2023.1",
ideaSDKVersion = "233.11799.6-EAP-SNAPSHOT",
sinceBuild = "231",
untilBuild = "232.*",
untilBuild = "233.*",
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.9</strong>
<ul>
<li>[NEW] compatible with IDEA233</li>
</ul>
<strong>1.4.2</strong>
<ul>
<li>[NEW] rewrite the index system, fix IDE freeze/crash issues!</li>
Expand Down

0 comments on commit 12b7288

Please sign in to comment.