Skip to content

Commit

Permalink
#681 - Add support for IDEA 2022.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Apr 30, 2022
1 parent 7f71ce2 commit b64feaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions camel-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ intellij {
plugins = ['java', 'java-i18n', 'properties', 'yaml', 'maven', 'xpath']
}

// to support IDEA 2020 onwards
// to support IDEA 2021 onwards
// http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
patchPluginXml {
sinceBuild = "212"
untilBuild = "213.*"
untilBuild = "221.*"
}

runPluginVerifier {
ideVersions = [ "2021.2", "2021.3" ]
ideVersions = [ "2021.2", "2021.3", "2022.1" ]
}

// publishPlugin {
Expand Down
3 changes: 2 additions & 1 deletion camel-idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<change-notes><![CDATA[
v.0.8.6
<ul>
<li>Bug fixes</li>
<li>Support for IDEA 2022.1</li>
<li>Code completion for component headers (requires Camel 3.17)</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit b64feaf

Please sign in to comment.