Skip to content

Commit

Permalink
Adding exclusion packages
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Jan 12, 2025
1 parent d72ec96 commit d573039
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ sonar {
property "sonar.projectKey", "josdem_jmetadata"
property "sonar.organization", "josdem-io"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml"
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 d573039

Please sign in to comment.