Skip to content

Commit

Permalink
[#68] infra: sonarqube & sonarcloud 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-mallang committed Nov 12, 2023
1 parent ed10d7e commit 51fc6e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ plugins {
id 'org.springframework.boot' version '3.2.0-M1'
id 'io.spring.dependency-management' version '1.1.2'
id 'jacoco'
id 'org.sonarqube' version '4.2.1.3168'
}

group = 'com.mallang.log'
Expand Down Expand Up @@ -164,3 +165,11 @@ jacocoTestCoverageVerification {
}
}
}

sonar {
properties {
property "sonar.projectKey", "mallang-log"
property "sonar.organization", "Mallang-log"
property 'sonar.coverage.jacoco.xmlReportPaths', "${buildDir}/jacoco/index.xml"
}
}

0 comments on commit 51fc6e0

Please sign in to comment.