File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Compatibility matrix from checkstyle team:
21
21
22
22
| Checkstyle Plugin | Sonar min | Sonar max | Checkstyle | Jdk |
23
23
| -------------------| -----------| -----------| ------------| -----|
24
+ | 10.9.3 | 9.0 | 9.0+ | 10.9.3 | 11 |
24
25
| 10.8.1 | 9.0 | 9.0+ | 10.8.1 | 11 |
25
26
| 10.8.0 | 9.0 | 9.0+ | 10.8.0 | 11 |
26
27
| 10.7.0 | 9.0 | 9.0+ | 10.7.0 | 11 |
File renamed without changes.
Original file line number Diff line number Diff line change 93
93
</ciManagement >
94
94
95
95
<properties >
96
- <checkstyle .version>10.8.1 </checkstyle .version>
96
+ <checkstyle .version>10.9.3 </checkstyle .version>
97
97
<sonar .version>8.9.0.43852</sonar .version>
98
98
<sonar-java .version>7.2.0.26923</sonar-java .version>
99
99
<maven .sevntu.checkstyle.plugin.version>1.44.1</maven .sevntu.checkstyle.plugin.version>
100
100
<!-- it should be a version of checkstyle that is compatible/compiled with sevntu -->
101
101
<maven .sevntu.checkstyle.plugin.checkstyle.version>
102
- 10.4
102
+ 10.9.3
103
103
</maven .sevntu.checkstyle.plugin.checkstyle.version>
104
104
<antrun .plugin.version>3.1.0</antrun .plugin.version>
105
105
<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>
107
108
<maven .jacoco.plugin.version>0.8.5</maven .jacoco.plugin.version>
108
109
<java .version>11</java .version>
109
110
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments