Skip to content

Commit

Permalink
Add Checkstyle 10.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Nov 18, 2023
1 parent d990713 commit 6dde31a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 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.85.0** New: Added Checkstyle 10.12.5.
* **5.84.0** New: Added Checkstyle 10.12.4.
* **5.83.0** New: Add ability to add bundled rules via the `BundledConfigProvider` interface (#622) - thanks to @rhierlmeier.
* **5.83.0** New: Added Checkstyle 10.12.3.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
// Project Metadata
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

version = '5.84.0'
version = '5.85.0'

intellij {
version = 'IC-2022.1.4'
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 @@ -15,7 +15,7 @@
</p>
]]>
</description>
<version>5.84.0</version>
<version>5.85.0</version>
<idea-version since-build="221.6008.13"/>
<vendor url="https://infernus.org/" email="[email protected]">Jamie Shiell</vendor>

Expand All @@ -24,6 +24,7 @@
<change-notes>
<![CDATA[
<ul>
<li>5.85.0: New: Added Checkstyle 10.12.5.</li>
<li>5.84.0: New: Added Checkstyle 10.12.4.</li>
<li>5.83.0: New: New: Add ability to add bundled rules via the `BundledConfigProvider` interface (#622) - thanks to @rhierlmeier.</li>
<li>5.83.0: New: Added Checkstyle 10.12.3.</li>
Expand Down
11 changes: 6 additions & 5 deletions src/main/resources/checkstyle-idea.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ checkstyle.versions.supported = \
8.34, 8.35, 8.36.2, 8.37, 8.38, 8.39, 8.40, 8.41.1, 8.42, 8.43, 8.44, \
8.45.1, \
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.4
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.5

# The "base version" must be one of the versions listed above. The sources are compiled against this version, so it is
# the dependency shown in the IDE and the runtime used when unit tests are run from the IDE or via 'runCsaccessTests'.
Expand All @@ -31,10 +31,11 @@ checkstyle.versions.map = \
10.3.1 -> 10.3.4, \
10.3.2 -> 10.3.4, \
10.3.3 -> 10.3.4, \
10.12.0 -> 10.12.4, \
10.12.1 -> 10.12.4, \
10.12.2 -> 10.12.4, \
10.12.3 -> 10.12.4
10.12.0 -> 10.12.5, \
10.12.1 -> 10.12.5, \
10.12.2 -> 10.12.5, \
10.12.3 -> 10.12.5, \
10.12.4 -> 10.12.5

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

0 comments on commit 6dde31a

Please sign in to comment.