Skip to content

Commit ca05873

Browse files
committed
Add Checkstyle 12.3.1
1 parent 3edd826 commit ca05873

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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+
* **5.117.0** New: Added Checkstyle 12.3.1.
45
* **5.116.0** New: Added Checkstyle 12.2.0 and 12.3.0. Thanks to @james-baker-aera.
56
* **5.115.0** New: Added Checkstyle 12.1.2.
67
* **5.115.0** Fixed: Ensure lower-casing for internal comparisons with constants is done in the English locale (#681). Thanks to @thorpp.

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 = "5.116.0"
22+
version = "5.117.0"
2323

2424
intellijPlatform {
2525
pluginConfiguration {

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
<change-notes>
2626
<![CDATA[
2727
<ul>
28-
<li>5.114.0: New: Added Checkstyle 12.2.0 and 12.3.0. Thanks to @james-baker-aera.</li>
29-
<li>5.114.0: New: Added Checkstyle 12.1.2.</li>
28+
<li>5.117.0: New: Added Checkstyle 12.3.1.</li>
29+
<li>5.116.0: New: Added Checkstyle 12.2.0 and 12.3.0. Thanks to @james-baker-aera.</li>
30+
<li>5.115.0: New: Added Checkstyle 12.1.2.</li>
3031
<li>5.115.0: Fixed: Ensure lower-casing for internal comparisons with constants is done in the English locale (#681). Thanks to @thorpp.</li>
3132
<li>5.114.0: New: Added Checkstyle 12.1.0.</li>
3233
<li>5.114.0: Fixed: Insecure socket factory is now only set for the current connection (#678).</li>

src/main/resources/checkstyle-idea.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ checkstyle.versions.supported = \
55
10.0, 10.1, 10.2, 10.3.4, 10.4, 10.5.0, 10.6.0, 10.7.0, 10.8.1, 10.9.3, \
66
10.10.0, 10.12.7, 10.13.0, 10.14.2, 10.15.0, 10.16.0, 10.17.0, 10.18.2, 10.19.0, \
77
10.20.2, 10.21.3, 10.22.0, 10.23.0, 10.24.0, 10.25.1, 10.26.1, \
8-
11.0.1, 11.1.0, 12.0.1, 12.1.2, 12.2.0, 12.3.0
8+
11.0.1, 11.1.0, 12.0.1, 12.1.2, 12.2.0, 12.3.1
99

1010
# The "base version" must be one of the versions listed above. The sources are compiled against this version, so it is
1111
# the dependency shown in the IDE and the runtime used when unit tests are run from the IDE or via 'runCsaccessTests'.
@@ -44,7 +44,8 @@ checkstyle.versions.map = \
4444
10.25.0 -> 10.25.1, \
4545
10.26.0 -> 10.26.1, \
4646
11.0.0 -> 11.0.1, \
47-
12.1.0 -> 12.1.2
47+
12.1.0 -> 12.1.2, \
48+
12.3.0 -> 12.3.1
4849

4950
# Maps dependencies to compatible versions, allowing us to save archive space where the dependencies
5051
# are sufficiently compatible.

0 commit comments

Comments
 (0)