Skip to content

Commit

Permalink
Specify version of jacoco to use as 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Nov 27, 2024
1 parent b0da2da commit 89f8201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

<!-- SonarCloud configuration. Used for code quality metric reports -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<jacoco.version>0.8.12</jacoco.version>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit 89f8201

Please sign in to comment.