Skip to content

Commit

Permalink
try suggestion 7
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Oct 15, 2024
1 parent 7c4fea0 commit 4ae4c51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ sonar {
property "sonar.projectKey", "hyperledger:iroha-java"
property "sonar.host.url", "https://sonar.katana.soramitsu.co.jp"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.junit.reportPaths", "**/test-results/**/*.xml"
property "sonar.coverage.jacoco.xmlReportPaths", "**/jacocoTestReport/jacocoTestReport.xml"
property 'sonar.junit.reportPaths', 'build/test-results/test'
}
}

Expand Down

0 comments on commit 4ae4c51

Please sign in to comment.