Skip to content

Commit

Permalink
sonar.jacoco.reportPaths was removed from goals
Browse files Browse the repository at this point in the history
  • Loading branch information
azarouski committed Jun 7, 2023
1 parent 93cd1e6 commit 5e8ee06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class SonarClient extends HttpClient {
-Dsonar.host.url=${this.serviceUrl} \
-Dsonar.login=${this.token} \
-Dsonar.log.level=${this.logger.pipelineLogLevel} \
-Dsonar.jacoco.reportPaths=target/site/jacoco/jacoco.xml \
-Dsonar.junit.reportPaths=target/surefire-reports "

if (isPullRequest) {
Expand Down

0 comments on commit 5e8ee06

Please sign in to comment.