mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Update build.gradle
This commit is contained in:
parent
6e0ffc1860
commit
d2bd8476b6
1 changed files with 10 additions and 0 deletions
10
build.gradle
10
build.gradle
|
@ -80,3 +80,13 @@ checkFormatAotTest.enabled = false
|
||||||
|
|
||||||
formatAot.enabled = false
|
formatAot.enabled = false
|
||||||
formatAotTest.enabled = false
|
formatAotTest.enabled = false
|
||||||
|
plugins {
|
||||||
|
id "org.sonarqube" version "4.4.1.3373"
|
||||||
|
}
|
||||||
|
|
||||||
|
sonar {
|
||||||
|
properties {
|
||||||
|
property "sonar.projectKey", "petclinic"
|
||||||
|
property "sonar.projectName", "petclinic"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue