Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Add sonar cloud properties
  • Loading branch information
sunye committed Jan 15, 2024
1 parent 323e651 commit c36f97c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -103,6 +103,8 @@
<guava.version>23.6-jre</guava.version>
<jdk.module.illegalAccess>deny</jdk.module.illegalAccess>
<junit.version>5.7.1</junit.version>
<sonar.organization>atlanmod</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.coverage.jacoco.xmlReportPaths>
${project.build.directory}/site/jacoco-merged-test-coverage-report/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit c36f97c

Please sign in to comment.