File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ compileKotlin {
5757 dependsOn(generateLexer, generateParser)
5858}
5959runPluginVerifier {
60- ideVersions = [" CL-2023.1 " , " CL-2023. 2" , " CL-2023.3" ]
60+ ideVersions = [" CL-2023.2" , " CL-2023.3" ]
6161}
6262publishPlugin {
6363 token = System . getenv(" ORG_GRADLE_PROJECT_intellijPublishToken" )
@@ -67,12 +67,13 @@ buildSearchableOptions {
6767 enabled = false
6868}
6969patchPluginXml {
70- // Support 2023 IDEs
71- sinceBuild = " 231 "
70+ // Support 2023.2+ IDEs
71+ sinceBuild = " 232 "
7272
7373 changeNotes = """
7474 <b>0.2.14</b><br>
7575 * Switch support from open source Rust plugin to new Jetbrains Rust plugin<br>
76+ * Dropped support for 2023.1 (support is available for 2023.2+)<br>
7677 * Note: There's a known false-positive error reported on <> in Rust action code<br>
7778 <br>
7879
You can’t perform that action at this time.
0 commit comments