Skip to content

Commit

Permalink
feat: add support for 2024.3 IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Sep 13, 2024
1 parent bf21ef2 commit 07809cf
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 '242.*'
untilBuild '243.*'
version project.version

changeNotes """
<ul>
<li>2.2.8 Add support to 2024.3 IDEs</li>
<li>2.2.7 Add support to 2024.2 IDEs</li>
<li>2.2.6 Add support to 2024.1 IDEs</li>
<li>2.2.5 Add support to 2023.3 IDEs</li>
Expand Down

0 comments on commit 07809cf

Please sign in to comment.