Skip to content

Commit

Permalink
feat: add 2023.3 IDEs support
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Sep 25, 2023
1 parent e327638 commit fda4d7c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ publishPlugin {
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
patchPluginXml {
sinceBuild '201'
untilBuild '232.*'
untilBuild '233.*'
version project.version

changeNotes """
<ul>
<li>2.2.3 Add support to 2023.2 IDEs</li>
<li>2.2.2 Add support to 2023.1 IDEs</li>
<li>2.2.5 Add support to 2023.3 IDEs</li>
<li>2.2.4 Add support to 2023.2 IDEs</li>
<li>2.2.3 Add support to 2023.1 IDEs</li>
<li>2.2.2 Show whitespaces on all themes</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 fda4d7c

Please sign in to comment.