File tree Expand file tree Collapse file tree
docs/java-custom-rules-example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <description >Java Custom Rules Example for SonarQube</description >
1616
1717 <properties >
18- <jacoco .version>0.8.10 </jacoco .version>
18+ <jacoco .version>0.8.13 </jacoco .version>
1919 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2020 </properties >
2121
Original file line number Diff line number Diff line change 2323 <sonar .plugin.api.version>10.7.0.2191</sonar .plugin.api.version>
2424 <sonarjava .version>8.0.1.36337</sonarjava .version>
2525 <!-- Don't forget to update this version of JaCoCo -->
26- <jacoco .version>0.8.10 </jacoco .version>
26+ <jacoco .version>0.8.13 </jacoco .version>
2727 <!-- Use UTF-8 for all resources -->
2828 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2929 <!-- Make sure to be compatible with java 8 -->
Original file line number Diff line number Diff line change 2020
2121 <properties >
2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23- <jacoco .version>0.8.10 </jacoco .version>
23+ <jacoco .version>0.8.13 </jacoco .version>
2424 <maven .deploy.skip>false</maven .deploy.skip>
2525 </properties >
2626
Original file line number Diff line number Diff line change 105105 <artifactsToPublish >${project.groupId}:sonar-java-plugin:jar</artifactsToPublish >
106106
107107 <!-- Overrides parent pom to use a more recent version of jacoco -->
108- <version .jacoco.plugin>0.8.11 </version .jacoco.plugin>
108+ <version .jacoco.plugin>0.8.13 </version .jacoco.plugin>
109109 </properties >
110110
111111 <distributionManagement >
You can’t perform that action at this time.
0 commit comments