Skip to content

Commit

Permalink
Updated compatibility version to 233
Browse files Browse the repository at this point in the history
  • Loading branch information
anchouls committed Dec 17, 2023
1 parent d6716a2 commit 65e7f8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ tasks {
patchPluginXml {
version.set("${project.version}")
sinceBuild.set("221")
untilBuild.set("232.*")
untilBuild.set("233.*")
}

runPluginVerifier {
ideVersions = Arrays.asList("2023.3.1")
}
}

0 comments on commit 65e7f8e

Please sign in to comment.