Skip to content

Commit

Permalink
Setting only xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Jan 12, 2025
1 parent 92f043b commit ddcc8d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jacoco {
jacocoTestReport {
reports {
xml.required = true
html.required = true
}
}

Expand All @@ -102,7 +101,6 @@ sonar {
property "sonar.projectKey", "josdem_jmetadata"
property "sonar.organization", "josdem-io"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.coverage.jacoco.xmlReportPaths", "${project.layout.buildDirectory}/reports/jacoco/test/jacocoTestReport.xml"
property "sonar.coverage.exclusions", "**/laf/**/*,**/gui/**/*,**/dnd/**/*"
}
}
Expand Down

0 comments on commit ddcc8d8

Please sign in to comment.