Skip to content

Commit

Permalink
fix: 로컬 sonarqube 설정 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
seungh1024 committed May 20, 2024
1 parent 7240ae2 commit 2c6ac40
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,11 @@ jacocoTestReport {
}
}

//sonar {
// properties {
// property "sonar.projectKey", "C4-ComeTrue_c4-cometrue-assignment"
// property "sonar.organization", "c4-cometrue"
// property "sonar.host.url", "https://sonarcloud.io"
// property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml"
// property "sonar.java.checkstyle.reportPaths", "build/reports/checkstyle/main.xml"
// }
//}

sonar {
properties {
property "sonar.projectKey", "minipay"
property "sonar.host.url", "http://localhost:9000"
property "sonar.login", "squ_539c8dfaf3c63cef6480b7260f958529af24e66a"
property "sonar.projectKey", "C4-ComeTrue_c4-cometrue-assignment"
property "sonar.organization", "c4-cometrue"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml"
property "sonar.java.checkstyle.reportPaths", "build/reports/checkstyle/main.xml"
}
Expand Down

0 comments on commit 2c6ac40

Please sign in to comment.