Skip to content

Commit 3c81a76

Browse files
committed
Issue #477: upgrade to checkstyle 10.9.3
1 parent a8d9f28 commit 3c81a76

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Compatibility matrix from checkstyle team:
2121

2222
| Checkstyle Plugin | Sonar min | Sonar max | Checkstyle | Jdk |
2323
|-------------------|-----------|-----------|------------|-----|
24+
| 10.9.3 | 9.0 | 9.0+ | 10.9.3 | 11 |
2425
| 10.8.1 | 9.0 | 9.0+ | 10.8.1 | 11 |
2526
| 10.8.0 | 9.0 | 9.0+ | 10.8.0 | 11 |
2627
| 10.7.0 | 9.0 | 9.0+ | 10.7.0 | 11 |
File renamed without changes.

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,18 @@
9393
</ciManagement>
9494

9595
<properties>
96-
<checkstyle.version>10.8.1</checkstyle.version>
96+
<checkstyle.version>10.9.3</checkstyle.version>
9797
<sonar.version>8.9.0.43852</sonar.version>
9898
<sonar-java.version>7.2.0.26923</sonar-java.version>
9999
<maven.sevntu.checkstyle.plugin.version>1.44.1</maven.sevntu.checkstyle.plugin.version>
100100
<!-- it should be a version of checkstyle that is compatible/compiled with sevntu -->
101101
<maven.sevntu.checkstyle.plugin.checkstyle.version>
102-
10.4
102+
10.9.3
103103
</maven.sevntu.checkstyle.plugin.checkstyle.version>
104104
<antrun.plugin.version>3.1.0</antrun.plugin.version>
105105
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle-checks.xml</checkstyle.configLocation>
106-
<checkstyle.sevntu.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${maven.sevntu.checkstyle.plugin.checkstyle.version}/config/checkstyle_sevntu_checks.xml</checkstyle.sevntu.configLocation>
106+
<checkstyle.sevntu.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${maven.sevntu.checkstyle.plugin.checkstyle.version}/config/checkstyle-sevntu-checks.xml</checkstyle.sevntu.configLocation>
107+
<checkstyle.sevntu.cache.file>${project.build.outputDirectory}/sevntu.cache</checkstyle.sevntu.cache.file>
107108
<maven.jacoco.plugin.version>0.8.5</maven.jacoco.plugin.version>
108109
<java.version>11</java.version>
109110
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)