-sonar
This commit is contained in:
@@ -7,7 +7,7 @@ plugins {
|
||||
kotlin("plugin.lombok")
|
||||
id("org.springframework.boot")
|
||||
id("io.spring.dependency-management")
|
||||
id("org.sonarqube")
|
||||
//id("org.sonarqube")
|
||||
jacoco
|
||||
}
|
||||
|
||||
@@ -103,11 +103,3 @@ tasks.jacocoTestReport {
|
||||
}
|
||||
}
|
||||
|
||||
sonar {
|
||||
properties {
|
||||
property("sonar.projectKey", "pcp")
|
||||
property("sonar.login", "sqp_tokenExample")
|
||||
property("sonar.qualitygate.wait", "${property("sonar.qualitygate.wait")}")
|
||||
property("sonar.host.url", "${property("sonar.host.url")}")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user