Update build.gradle

This commit is contained in:
Shihan Zhang 2024-04-05 13:08:14 -04:00 committed by GitHub
parent 6e0ffc1860
commit d2bd8476b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}