Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patotskiy committed Oct 24, 2024
1 parent 48f1d80 commit 48471a4
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 @@ -290,7 +290,6 @@ sonarqube {
property "sonar.organization", "datahub-project"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.coverage.jacoco.xmlReportPaths", "$projectDir.parentFile.path/build/reports/jacoco/test/jacocoTestReport.xml"

property "sonar.python.coverage.reportPaths", "https://sonarcloud.io"
}
}
Expand Down Expand Up @@ -489,7 +488,6 @@ subprojects {
sonarqube {
properties {
property "sonar.coverage.jacoco.xmlReportPaths", "$projectDir.parentFile.path/build/reports/jacoco/test/jacocoTestReport.xml"
p
}
}

Expand Down

0 comments on commit 48471a4

Please sign in to comment.