sonarqube
This commit is contained in:
@@ -6,6 +6,15 @@ plugins {
|
||||
id("java")
|
||||
id("org.springframework.boot") version "3.2.5" apply false
|
||||
id("io.spring.dependency-management") version "1.1.4"
|
||||
id("org.sonarqube") version "7.2.3.7755"
|
||||
}
|
||||
|
||||
sonar {
|
||||
properties {
|
||||
property("sonar.projectKey", "MTGSearch")
|
||||
property("sonar.projectName", "MTGSearch")
|
||||
property("sonar.qualitygate.wait", true)
|
||||
}
|
||||
}
|
||||
|
||||
group = "net.moustos"
|
||||
|
||||
Reference in New Issue
Block a user