Skip to content

Commit

Permalink
feat: add support for 2025.1 IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Jan 16, 2025
1 parent 4dc2931 commit 189d0a5
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 @@ -32,11 +32,12 @@ publishPlugin {
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
patchPluginXml {
sinceBuild = '231'
untilBuild = '243.*'
untilBuild = '251.*'
version project.version

changeNotes = """
<ul>
<li>3.1.0 Add support to 2025.1 IDEs</li>
<li>3.0.0 Add support to 2024.3 IDEs and remove support for 2023.3 or previous</li>
<li>2.2.7 Add support to 2024.2 IDEs</li>
<li>2.2.6 Add support to 2024.1 IDEs</li>
Expand Down

0 comments on commit 189d0a5

Please sign in to comment.