Skip to content

Commit bf21ef2

Browse files
committed
feat: add support for 2024.2 IDEs
1 parent 04b7ee2 commit bf21ef2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ publishPlugin {
2929
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
3030
patchPluginXml {
3131
sinceBuild '201'
32-
untilBuild '241.*'
32+
untilBuild '242.*'
3333
version project.version
3434

3535
changeNotes """
3636
<ul>
37+
<li>2.2.7 Add support to 2024.2 IDEs</li>
3738
<li>2.2.6 Add support to 2024.1 IDEs</li>
3839
<li>2.2.5 Add support to 2023.3 IDEs</li>
3940
<li>2.2.4 Add support to 2023.2 IDEs</li>

0 commit comments

Comments
 (0)