Skip to content

Commit

Permalink
Add Checkstyle 10.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Jan 5, 2025
1 parent 19ec9c9 commit e24c12c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id("org.infernus.idea.checkstyle.build")
}

version = "5.100.0"
version = "5.101.0"

intellijPlatform {
pluginConfiguration {
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<change-notes>
<![CDATA[
<ul>
<li>5.101.0: New: Added Checkstyle 10.21.1.</li>
<li>5.100.0: New: Added Checkstyle 10.21.0.</li>
<li>5.99.0: New: Added Checkstyle 10.20.2.</li>
<li>5.99.0: New: Problems in the static scan now show the rules file that was the source of the check (#5).</li>
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/checkstyle-idea.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
checkstyle.versions.supported = \
9.0.1, 9.1, 9.2.1, 9.3, \
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, \
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, 10.20.2, 10.21.0
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, 10.20.2, 10.21.1


# The "base version" must be one of the versions listed above. The sources are compiled against this version, so it is
Expand Down Expand Up @@ -36,7 +36,8 @@ checkstyle.versions.map = \
10.14.0 -> 10.14.2, \
10.18.0 -> 10.18.2, \
10.18.1 -> 10.18.2, \
10.20.1 -> 10.20.2
10.20.1 -> 10.20.2, \
10.21.0 -> 10.21.1

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

0 comments on commit e24c12c

Please sign in to comment.