Skip to content

Commit

Permalink
feat: add 2024.1 IDEs support (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas authored Jan 19, 2024
1 parent fda4d7c commit 38dfb6d
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 '233.*'
untilBuild '241.*'
version project.version

changeNotes """
<ul>
<li>2.2.6 Add support to 2024.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>
Expand Down

0 comments on commit 38dfb6d

Please sign in to comment.