Skip to content

Commit

Permalink
feat: add 2023.1 IDEs support (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas authored Jan 26, 2023
1 parent 845e6a5 commit 995e0cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ publishPlugin {
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
patchPluginXml {
sinceBuild '201'
untilBuild '223.*'
untilBuild '231.*'
version project.version

changeNotes """
<ul>
<li>2.2.2 Add support to 2023.1 IDEs</li>
<li>2.2.1 Add support to 2022.3 IDEs</li>
<li>2.2.0 Add support to the experimental new ui</li>
<li>2.1.6 Add support to 2022.2 IDEs</li>
Expand Down

0 comments on commit 995e0cd

Please sign in to comment.