Skip to content

Commit

Permalink
Update base version to 2022.1.4 to recognise #606 and prepare for fix…
Browse files Browse the repository at this point in the history
…es for 2023.x
  • Loading branch information
jshiell committed Mar 12, 2023
1 parent 3a033a2 commit 9a23049
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# CheckStyle-IDEA Changelog

* **5.77.0** New: Now built against IDEA 2022.1.4 (was 2021.3.3).
* **5.77.0** New: Added Checkstyle 10.8.1.
* **5.76.0** New: Added Checkstyle 10.7.0.
* **5.75.0** Fixed: Set target component on toolbars (#602).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Hosted on [GitHub](https://github.com/jshiell/checkstyle-idea)
[![Code Quality: Java](https://img.shields.io/lgtm/grade/java/g/jshiell/checkstyle-idea.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/jshiell/checkstyle-idea/context:java)
[![Total Alerts](https://img.shields.io/lgtm/alerts/g/jshiell/checkstyle-idea.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/jshiell/checkstyle-idea/alerts)

A plug-in for JetBrains' IntelliJ IDEA 2021/2022 which provides real-time feedback against a given
A plug-in for JetBrains' IntelliJ IDEA 2022 which provides real-time feedback against a given
[CheckStyle 8-10](https://checkstyle.sourceforge.io) profile by way of an inspection.

Please note this is not an official part of Checkstyle - they neither endorse
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
version = '5.77.0'

intellij {
version = 'IC-2021.3.3'
version = 'IC-2022.1.4'
pluginName = 'CheckStyle-IDEA'
updateSinceUntilBuild = false
instrumentCode = false
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
]]>
</description>
<version>5.77.0</version>
<idea-version since-build="213.7172.25"/>
<idea-version since-build="221.6008.13"/>
<vendor url="https://infernus.org/" email="jamie@infernus.org">Jamie Shiell</vendor>

<depends>com.intellij.modules.java</depends>

<change-notes>
<![CDATA[
<ul>
<li>5.77.0: New: Now built against IDEA 2022.1.4 (was 2021.3.3).</li>
<li>5.77.0: New: Added Checkstyle 10.8.1.</li>
<li>5.76.0: New: Added Checkstyle 10.7.0.</li>
<li>5.75.0: Fixed: Set target component on toolbars (#602).</li>
Expand Down

0 comments on commit 9a23049

Please sign in to comment.