File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-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.6 | 9.0 | 9.0+ | 10.6.0 | 11 |
24
25
| 10.5 | 9.0 | 9.0+ | 10.5 | 11 |
25
26
| 10.4 | 9.0 | 9.0+ | 10.4 | 11 |
26
27
| 10.3.4 | 9.0 | 9.0+ | 10.3.4 | 11 |
Original file line number Diff line number Diff line change 93
93
</ciManagement >
94
94
95
95
<properties >
96
- <checkstyle .version>10.5 .0</checkstyle .version>
96
+ <checkstyle .version>10.6 .0</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>
102
102
10.4
103
103
</maven .sevntu.checkstyle.plugin.checkstyle.version>
104
104
<antrun .plugin.version>3.1.0</antrun .plugin.version>
105
- <checkstyle .configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${maven.sevntu.checkstyle.plugin. checkstyle.version} /config/checkstyle_checks.xml</checkstyle .configLocation>
106
- <checkstyle .sevntu.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version} /config/checkstyle_sevntu_checks.xml</checkstyle .sevntu.configLocation>
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>
107
107
<maven .jacoco.plugin.version>0.8.5</maven .jacoco.plugin.version>
108
108
<java .version>11</java .version>
109
109
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments