We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda4d7c commit 38dfb6dCopy full SHA for 38dfb6d
build.gradle
@@ -29,11 +29,12 @@ publishPlugin {
29
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
30
patchPluginXml {
31
sinceBuild '201'
32
- untilBuild '233.*'
+ untilBuild '241.*'
33
version project.version
34
35
changeNotes """
36
<ul>
37
+ <li>2.2.6 Add support to 2024.1 IDEs</li>
38
<li>2.2.5 Add support to 2023.3 IDEs</li>
39
<li>2.2.4 Add support to 2023.2 IDEs</li>
40
<li>2.2.3 Add support to 2023.1 IDEs</li>
0 commit comments