-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase minimum version to IDEA 2023.1.5
- Loading branch information
Showing
7 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,16 @@ | |
</p> | ||
]]> | ||
</description> | ||
<version>5.86.0</version> | ||
<idea-version since-build="221.6008.13"/> | ||
<version>5.87.0</version> | ||
<idea-version since-build="231.9392.1"/> | ||
<vendor url="https://infernus.org/" email="[email protected]">Jamie Shiell</vendor> | ||
|
||
<depends>com.intellij.modules.java</depends> | ||
|
||
<change-notes> | ||
<![CDATA[ | ||
<ul> | ||
<li>5.87.0: New: Now built against IDEA 2023.1.5 (was 2022.1.4).</li> | ||
<li>5.86.0: New: Added Checkstyle 10.13.0, 10.12.7.</li> | ||
<li>5.85.1: Fixed: EDT access error in commit dialogue (#626).</li> | ||
<li>5.85.0: New: Added Checkstyle 10.12.5.</li> | ||
|
@@ -38,10 +39,6 @@ | |
<li>5.78.0: New: Added Checkstyle 10.9.3.</li> | ||
<li>5.78.0: Fixed: Colour mismatch in new UI (#608).</li> | ||
<li>5.78.0: Fixed: Improved action update handling to reduce pauses (#601).</li> | ||
<li>5.77.0: Fixed: Remove constructor injection from CheckerFactory for 2023.x compatibility (#604).</li> | ||
<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><em>For older changes please see the changelog.</em></li> | ||
</ul> | ||
]]> | ||
|