Skip to content

Commit

Permalink
chore(ci/cd): remove redundant sonarqube/jacoco property
Browse files Browse the repository at this point in the history
  • Loading branch information
akadir committed Sep 13, 2020
1 parent 4831feb commit 6fe31f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>
<sonar.language>java</sonar.language>
</properties>

Expand Down

0 comments on commit 6fe31f3

Please sign in to comment.