diff --git a/CHANGELOG.md b/CHANGELOG.md index 873c5b26..3df9c897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # CheckStyle-IDEA Changelog +* **5.82.0** New: Added Checkstyle 10.12.2. * **5.81.0** New: Added Checkstyle 10.12.1. * **5.80.1** Fixed: Skip changelist & module checks to ensure update action is fast enough on toolbar actions (#612, #615). * **5.80.0** New: Added Checkstyle 10.12.0. diff --git a/build.gradle b/build.gradle index ac6553f8..fc51b543 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { // Project Metadata // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -version = '5.81.0' +version = '5.82.0' intellij { version = 'IC-2022.1.4' diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 2c358224..c40a6152 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -15,7 +15,7 @@

]]> - 5.81.0 + 5.82.0 Jamie Shiell @@ -24,6 +24,7 @@ +
  • 5.82.0: New: Added Checkstyle 10.12.2.
  • 5.81.0: New: Added Checkstyle 10.12.1.
  • 5.80.1: Fixed: Skip changelist & module checks to ensure update action is fast enough on toolbar actions (#612, #615).
  • 5.80.0: New: Added Checkstyle 10.12.0.
  • diff --git a/src/main/resources/checkstyle-idea.properties b/src/main/resources/checkstyle-idea.properties index b40424c2..a2798cdb 100644 --- a/src/main/resources/checkstyle-idea.properties +++ b/src/main/resources/checkstyle-idea.properties @@ -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.1 + 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.2 # 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'. @@ -31,7 +31,8 @@ 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.1 + 10.12.0 -> 10.12.2, \ + 10.12.1 -> 10.12.2 # Maps dependencies to compatible versions, allowing us to save archive space where the dependencies # are sufficiently compatible.