Skip to content

Commit b094e07

Browse files
committed
Drop 2023.1 support due to missing Jetbrains Rust plugin
1 parent eaf1dc4 commit b094e07

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ compileKotlin {
5757
dependsOn(generateLexer, generateParser)
5858
}
5959
runPluginVerifier {
60-
ideVersions = ["CL-2023.1", "CL-2023.2", "CL-2023.3"]
60+
ideVersions = ["CL-2023.2", "CL-2023.3"]
6161
}
6262
publishPlugin {
6363
token = System.getenv("ORG_GRADLE_PROJECT_intellijPublishToken")
@@ -67,12 +67,13 @@ buildSearchableOptions {
6767
enabled = false
6868
}
6969
patchPluginXml {
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 &lt;&gt; in Rust action code<br>
7778
<br>
7879

0 commit comments

Comments
 (0)