File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Compatibility matrix from checkstyle team:
2121
2222Checkstyle Plugin|Sonar min|Sonar max|Checkstyle|Jdk
2323-----------------|---------|---------|----------|---
24+ 8.41.1|7.9 |7.9+|8.41.1|1.8
24258.40|7.9 |7.9+|8.40|1.8
25268.39|7.9 |7.9+|8.39|1.8
26278.38|7.9 |7.9+|8.38|1.8
Original file line number Diff line number Diff line change 44
55 <groupId >com.github.checkstyle</groupId >
66 <artifactId >checkstyle-sonar-plugin</artifactId >
7- <version >8.41-SNAPSHOT</version >
7+ <version >8.41.1 -SNAPSHOT</version >
88 <packaging >sonar-plugin</packaging >
99
1010 <name >Checkstyle SonarQube Plugin</name >
9393 </ciManagement >
9494
9595 <properties >
96- <checkstyle .version>8.40 </checkstyle .version>
96+ <checkstyle .version>8.41.1 </checkstyle .version>
9797 <sonar .version>7.9</sonar .version>
9898 <sonar-java .version>6.0.0.20538</sonar-java .version>
9999 <maven .checkstyle.plugin.version>3.1.1</maven .checkstyle.plugin.version>
372372 <configuration >
373373 <systemPropertyVariables >
374374 <jacoco-agent .destfile>${project.build.directory} /jacoco.exec</jacoco-agent .destfile>
375+ <javax .xml.parsers.DocumentBuilderFactory>
376+ <!-- We specify internal class here, as it is required by Checkstyle -->
377+ com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
378+ </javax .xml.parsers.DocumentBuilderFactory>
375379 </systemPropertyVariables >
376380 <includes >
377381 <include >org/sonar/**/*.java</include >
You can’t perform that action at this time.
0 commit comments