Skip to content

Commit 28aca49

Browse files
committed
Add Checkstyle 13.1.0
1 parent 10a9f3e commit 28aca49

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
# CheckStyle-IDEA Changelog
33

4+
* **26.2.0** New: Add Checkstyle 13.1.0.
45
* **26.1.0** New: Add extension point for custom Checkstyle fixes (#686). Thanks to @dong4j.
56
* **26.0.0** New: Added Checkstyle 13.0.0.
67
* **26.0.0** New: Now built again IDEA 2024.3.7 (was 2024.1.7); minimum JVM runtime is now 21.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id("org.infernus.idea.checkstyle.build")
2020
}
2121

22-
version = "26.1.0"
22+
version = "26.2.0"
2323

2424
intellijPlatform {
2525
pluginConfiguration {

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<change-notes>
2626
<![CDATA[
2727
<ul>
28+
<li>26.2.0: New: Added Checkstyle 13.1.0.</li>
29+
<li>26.1.0: New: Add extension point for custom Checkstyle fixes (#686). Thanks to @dong4j.</li>
2830
<li>26.0.0: New: Added Checkstyle 13.0.0.</li>
2931
<li>26.0.0: New: Now built again IDEA 2024.3.7 (was 2024.1.7); minimum JVM runtime is now 21.</li>
3032
<li>26.0.0: New: Checkstyle 10 is now the minimum support version; version 9 is no longer supported.</li>

src/main/resources/checkstyle-idea.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ checkstyle.versions.supported = \
66
10.20.2, 10.21.3, 10.22.0, 10.23.0, 10.24.0, 10.25.1, 10.26.1, \
77
11.0.1, 11.1.0, \
88
12.0.1, 12.1.2, 12.2.0, 12.3.1, \
9-
13.0.0
9+
13.0.0, 13.1.0
1010

1111
# The "base version" must be one of the versions listed above. The sources are compiled against this version, so it is
1212
# the dependency shown in the IDE and the runtime used when unit tests are run from the IDE or via 'runCsaccessTests'.

0 commit comments

Comments
 (0)