Skip to content

Commit

Permalink
fix: sonar 문법 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkim97 committed Dec 25, 2024
1 parent 2a24239 commit 96376ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ sonar {
property "sonar.organization", "yapp-github"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml"
property 'sonar.exclusions', "**/*Application*.java", "**/*Config*.java"
property 'sonar.java.coveragePlugin', 'jacoco'
property "sonar.exclusions", "**/*Application*.java, **/*Config*.java"
property "sonar.java.coveragePlugin", "jacoco"
}
}

Expand Down

0 comments on commit 96376ef

Please sign in to comment.