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 @@ -17,6 +17,7 @@ Compatibility matrix from Checkstyle:
17
17
18
18
| Checkstyle Plugin | Sonar min | Sonar max | Checkstyle | Jdk |
19
19
| -------------------| -----------| -----------| ------------| -----|
20
+ | 10.21.4 | 9.9 | 10.7+ | 10.21.4 | 11 |
20
21
| 10.21.1 | 9.9 | 10.7+ | 10.21.1 | 11 |
21
22
| 10.20.2 | 9.9 | 10.7+ | 10.20.2 | 11 |
22
23
| 10.20.1 | 9.9 | 10.7+ | 10.20.1 | 11 |
Original file line number Diff line number Diff line change 93
93
</ciManagement >
94
94
95
95
<properties >
96
- <checkstyle .version>10.21.1 </checkstyle .version>
96
+ <checkstyle .version>10.21.4 </checkstyle .version>
97
97
<sonar .version>9.9.4.87374</sonar .version>
98
98
<sonar .api-version>9.9.0.229</sonar .api-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.21.1
102
+ 10.21.4
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>
803
803
<version >${maven.compiler.release} </version >
804
804
</requireJavaVersion >
805
805
<requireMavenVersion >
806
- <version >3.0.1 </version >
806
+ <version >3.3.9 </version >
807
807
</requireMavenVersion >
808
808
</rules >
809
809
</configuration >
You can’t perform that action at this time.
0 commit comments